[Paraview] ... not yet supported for more than 2147483647 bytes.

andrealphus andrealphus at gmail.com
Mon Dec 19 16:59:48 EST 2016


That is a 32 bit error, from trying to index something with more than
(2^32)/2 elements or indices. Are you using any custom
libraries/packages/modules which might not be 64 bit compliant? Are
you sure you built a 64 bit version (check your gcc -v).

-ashton

On Mon, Dec 19, 2016 at 1:32 PM, Kashiwa, Bucky <bak at lanl.gov> wrote:
> On Linux using ParaView version 4.3.1 built with OSMesa-9.0.1, OpenMPI,
> etc.  Running pvserver with 12 PEs, client-server mode, Standard Release
> ParaView-4.3.1-Linux-64bit client.  With large point data (>2Gb) we get
> this error, upon trying to display a large number of points:
>
> Generic Warning: In
> ../ParaView-v4.3.1-source/VTK/Parallel/MPI/vtkMPICommunicator.cxx,
> line 194
>
> This operation not yet supported for more than 2147483647 bytes.
>
> Our CMakeCache.txt is attached, in case it may provide helpful clues.
>
> Thanks much.  B. Kashiwa
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>


More information about the ParaView mailing list