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

Berk Geveci berk.geveci at kitware.com
Wed Dec 21 10:05:07 EST 2016


Besides what others said here, I am curious why ParaView is trying to move
> 2 GB over MPI. This wouldn't normally happen unless it was trying to
gather and deliver the entire dataset to the client. Which in itself would
be a problem with data this size. What operation leads to this error?

On Mon, Dec 19, 2016 at 5:25 PM, Kashiwa, Bucky <bak at lanl.gov> wrote:

> Andy, Ashton:  I will bring up v5.2 to see if it works for me.  Thanks, b.
>
> =======================================================================73
> <>Bucky Kashiwa PhD, PE  <> Post: MS B216, Los Alamos, NM  87545       <>
> <>  Ofc: TA3-SM123-RM276 <>Email: bak at lanl.gov, kashiwa at qwest.net      <>
> <>Voice: 505-667-8812 <(505)%20667-8812>    <>  Fax: 505-665-5926
> <(505)%20665-5926>  <>
>                          <> Home: 505-988-7332 <(505)%20988-7332>  <>
> Cell: 505-795-5581 <(505)%20795-5581>  <>
> =======================================================================73
>
> From: Andy Bauer <andy.bauer at kitware.com>
> Date: Monday, December 19, 2016 at 3:17 PM
> To: andrealphus <andrealphus at gmail.com>
> Cc: Bucky Kashiwa <bak at lanl.gov>, "ParaView at ParaView.org" <
> ParaView at paraview.org>
> Subject: Re: [Paraview] ... not yet supported for more than 2147483647
> <(214)%20748-3647> bytes.
>
> 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  http://www.mpich.org/static/docs/v3.1/www3/MPI_Send.html for
> example.
>
> On Mon, Dec 19, 2016 at 4:59 PM, andrealphus <andrealphus at gmail.com>
> wrote:
>
>> 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
>> <(214)%20748-3647> 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
>> >
>> _______________________________________________
>> 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
>>
>
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20161221/170cd7db/attachment.html>


More information about the ParaView mailing list