[Paraview] Large VTK file

Berk Geveci berk.geveci at kitware.com
Mon Jul 27 09:02:01 EDT 2009


The VTK file format is not a parallel format. Therefore ParaView has
to load the whole thing on one processor and redistribute it
afterwards. You don't have enough memory to do that. You will have to
use a parallel file format such as the XML VTK file format - pvtX
where X depends on the data type.

Best,
-berk

On Sun, Jul 26, 2009 at 5:49 AM, Elad Rind<rindelad at hotmail.com> wrote:
> Hi all,
>
> I am trying to load a large (14.5GB) vtk file using ParaView in a
> server-client mode using 32 processors (each having 2GB ram). For some
> reason the server crashes every time I am trying to load the file and it
> seems to me that all 32 processors are trying to load the entire file and
> that is why the server crashes.
>
> Any ideas how to overcome that problem?
>
> Cheers,
> Elad
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list