<div dir="ltr"><div>Hi all</div>
<div> </div>
<div>I have built VTK 5.0.4 examples with MPI library.. (O.S. is windows XP)</div>
<div> </div>
<div>To run the examples like <strong>parallelIso.cxx</strong> and to view the rendering</div>
<div>I have commented the following code line in ParallelIso.cxx : </div>
<div><br></div><font size="2">
<p style="TEXT-ALIGN: left"></p></font><font color="#008000" size="2">// if ( *(args->retVal) == vtkRegressionTester::DO_INTERACTOR)</font>
<div style="TEXT-ALIGN: left"><font size="2">{ </font><font size="2">iren->Start();</font><font size="2">}</font></div>
<div style="TEXT-ALIGN: left"><font size="2"></font> </div>
<div style="TEXT-ALIGN: left"><font size="2">otherwise the program don't pass the if statement and don't launch the iren->start</font></div>
<div style="TEXT-ALIGN: left"> </div>
<div style="TEXT-ALIGN: left">beside, the examples works well when I use the following command line:</div>
<div style="TEXT-ALIGN: left"> </div>
<div style="TEXT-ALIGN: left">1) mpiexec -n "num processes" -localonly ParallelIso.exe</div>
<div style="TEXT-ALIGN: left"> </div>
<div style="TEXT-ALIGN: left">while don't views anything if I use:</div>
<div style="TEXT-ALIGN: left"> </div>
<div style="TEXT-ALIGN: left"><font size="2">
<div style="TEXT-ALIGN: left">2) mpiexec -n "num processes" -host "host's name" ParallelIso.exe</div>
<div style="TEXT-ALIGN: left"> </div>
<div style="TEXT-ALIGN: left">The second command line seem to me have the same meaning as the first...and I don't understand why the result is different.</div>
<div style="TEXT-ALIGN: left"> </div>
<div style="TEXT-ALIGN: left">Any suggestion?<br><br>Thank you in advance</div>
<div style="TEXT-ALIGN: left"> </div>
<div style="TEXT-ALIGN: left">Silac</div>
<div style="TEXT-ALIGN: left"> </div>
<div style="TEXT-ALIGN: left"> </div>
<div style="TEXT-ALIGN: left"> </div></font></div>
<div style="TEXT-ALIGN: left"><font size="2"> </font></div></div>