<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 5, 2015 at 10:32 AM, Armin Wehrfritz <span dir="ltr"><<a href="mailto:dkxls23@gmail.com" target="_blank">dkxls23@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The two options are:<br>
MPIEXEC_MAX_NUMPROCS<br>
VTK_MPI_MAX_NUMPROCS<br>
<br>
I also have been baffled by these two options, especially since the documentation string says in both cases:<br>
"Maximum number of processors available to run MPI applications."<br>
<br>
So, are they both only used by ctest?<br>
<br></blockquote><div><br></div><div>Yep.</div><div><br></div><div>I agree that the documentation strings are bad. Patches to fix are more than welcome.</div><div><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-Armin<span class=""><br>
<br>
<br>
<br>
On 03/05/2015 05:19 PM, David E DeMarle wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
On Thu, Mar 5, 2015 at 8:33 AM, redmod79 <<a href="mailto:michael.j.redmond@gmail.com" target="_blank">michael.j.redmond@gmail.com</a><br></span><div><div class="h5">
<mailto:<a href="mailto:michael.j.redmond@gmail.com" target="_blank">michael.j.redmond@<u></u>gmail.com</a>>> wrote:<br>
<br>
    MPIEXEC_MAX_NUMPROCS<br>
<br>
<br>
This flag specifies the number of processors that ctest is allowed to<br>
use in regression tests. I am guessing the other flag is<br>
MPIEXEC_NUMPROC_FLAG. That is the string that ctest uses to tell mpi how<br>
many processors to use. It is "-np" in many mpi implementations. Neither<br>
affect anything other than the regression tests.<br>
<br>
I suspect you are just forgetting to run pvtkpython under mpi.<br>
For example:<br>
bin/pvtkpython<br>
/Source/VTK/devel/VTK/<u></u>Examples/ParallelProcessing/<u></u>MPI/Python/ParallelCone.py<br>
<br>
numProcs is 1<br>
<br>
mpiexec -n 2 bin/pvtkpython<br>
/Source/VTK/devel/VTK/<u></u>Examples/ParallelProcessing/<u></u>MPI/Python/ParallelCone.py<br>
<br>
numProcs is 2<br>
<br>
mpiexec -n 16 bin/pvtkpython<br>
/Source/VTK/devel/VTK/<u></u>Examples/ParallelProcessing/<u></u>MPI/Python/ParallelCone.py<br>
<br>
numProcs is 16<br>
<br>
<br>
David E DeMarle<br>
Kitware, Inc.<br>
R&D Engineer<br>
21 Corporate Drive<br>
Clifton Park, NY 12065-8662<br></div></div>
Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a> <tel:<a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a>><span class=""><br>
<br>
<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_<u></u>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=<u></u>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/<u></u>mailman/listinfo/vtkusers</a><br>
<br>
</span></blockquote><div class="HOEnZb"><div class="h5">
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_<u></u>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank">http://markmail.org/search/?q=<u></u>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/<u></u>mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div></div>