<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 5, 2015 at 8:33 AM, redmod79 <span dir="ltr"><<a href="mailto:michael.j.redmond@gmail.com" target="_blank">michael.j.redmond@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">MPIEXEC_MAX_NUMPROCS</blockquote></div><br>This flag specifies the number of processors that ctest is allowed to use in regression tests. I am guessing the other flag is MPIEXEC_NUMPROC_FLAG. That is the string that ctest uses to tell mpi how many processors to use. It is "-np" in many mpi implementations. Neither affect anything other than the regression tests.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I suspect you are just forgetting to run pvtkpython under mpi.</div><div class="gmail_extra">For example:</div><div class="gmail_extra"><div class="gmail_extra">bin/pvtkpython /Source/VTK/devel/VTK/Examples/ParallelProcessing/MPI/Python/ParallelCone.py </div><div class="gmail_extra">numProcs is 1</div></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra"><div class="gmail_extra">mpiexec -n 2 bin/pvtkpython /Source/VTK/devel/VTK/Examples/ParallelProcessing/MPI/Python/ParallelCone.py </div><div class="gmail_extra">numProcs is 2</div><div><br></div><div><div class="gmail_extra">mpiexec -n 16 bin/pvtkpython /Source/VTK/devel/VTK/Examples/ParallelProcessing/MPI/Python/ParallelCone.py </div><div class="gmail_extra">numProcs is 16</div></div><div><br></div></div><br clear="all"><div><div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a></div></div>
</div></div>