<div dir="ltr">If you're running on the DSRCs I'm guessing that the limit is coming from the node selection option (i.e. "<tt>#PBS -l select=8:ncpus=36:mpiprocs=8"). mpiprocs here is the number of MPI processes per node while ncpus is the number of cores per node (in this case only nodes that have 36 cores per node will be used. I've never tried having mpiprocs higher than ncpus. I would guess that a simple MPI helloworld would really show whether or not this is where the limit is coming from.</tt><div><tt><br></tt></div><div><tt>Best,</tt></div><div><tt>Andy</tt></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 13, 2017 at 12:12 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> It should be related to your mpi environment: may be oversubscribing (more<br>
> than one mpi process by core) is not the default behavior.<br>
<br>
</span>I am tempted to second that. There's nothing in ParaView that checks<br>
how many cores your node has, as a result if there's a cap, it's<br>
coming from the MPI implementation itself.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div>