[vtkusers] paralleliso

Sapedf Silac silac.sapedf at gmail.com
Thu Sep 25 12:06:53 EDT 2008


Hi all

I have built VTK 5.0.4 examples with MPI library.. (O.S. is windows XP)

To run the examples like *parallelIso.cxx* and to view the rendering
I have commented the following code line in ParallelIso.cxx :

// if ( *(args->retVal) == vtkRegressionTester::DO_INTERACTOR)
{ iren->Start();}

otherwise the program don't pass the if statement and don't launch the
iren->start

beside, the examples works well when I use the following command line:

1) mpiexec -n "num processes" -localonly ParallelIso.exe

while don't views anything if I use:

 2) mpiexec -n "num processes" -host "host's name" ParallelIso.exe

The second command line seem to me have the same meaning as the first...and
I don't understand why the result is different.

Any suggestion?

Thank you in advance

Silac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20080925/9ec04e1f/attachment.htm>


More information about the vtkusers mailing list