<div dir="ltr">There are two parts to this issue. The first is that that vtkMPICommunicator for PV 4.3.1 won't communicate data that is over 2^31 bytes of data. This is fixed in PV 5.2. The other issue is due to MPI having a limit of 2^31 objects to be communicated in a single shot. This is MPI's API in that the count for objects that are typically sent/received is an int. See  <a href="http://www.mpich.org/static/docs/v3.1/www3/MPI_Send.html">http://www.mpich.org/static/docs/v3.1/www3/MPI_Send.html</a> for example.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 19, 2016 at 4:59 PM, andrealphus <span dir="ltr"><<a href="mailto:andrealphus@gmail.com" target="_blank">andrealphus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That is a 32 bit error, from trying to index something with more than<br>
(2^32)/2 elements or indices. Are you using any custom<br>
libraries/packages/modules which might not be 64 bit compliant? Are<br>
you sure you built a 64 bit version (check your gcc -v).<br>
<br>
-ashton<br>
<div><div class="h5"><br>
On Mon, Dec 19, 2016 at 1:32 PM, Kashiwa, Bucky <<a href="mailto:bak@lanl.gov">bak@lanl.gov</a>> wrote:<br>
> On Linux using ParaView version 4.3.1 built with OSMesa-9.0.1, OpenMPI,<br>
> etc.  Running pvserver with 12 PEs, client-server mode, Standard Release<br>
> ParaView-4.3.1-Linux-64bit client.  With large point data (>2Gb) we get<br>
> this error, upon trying to display a large number of points:<br>
><br>
> Generic Warning: In<br>
> ../ParaView-v4.3.1-source/VTK/<wbr>Parallel/MPI/<wbr>vtkMPICommunicator.cxx,<br>
> line 194<br>
><br>
> This operation not yet supported for more than 2147483647 bytes.<br>
><br>
> Our CMakeCache.txt is attached, in case it may provide helpful clues.<br>
><br>
> Thanks much.  B. Kashiwa<br>
><br>
><br>
><br>
</div></div>> ______________________________<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>
><br>
______________________________<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>
</blockquote></div><br></div>