[Paraview-developers] Plugin using parallel HDF5

Biddiscombe, John A. biddisco at cscs.ch
Thu Oct 1 08:21:03 EDT 2015


>
>If so, does it means that a serial (resp. parallel) version of ParaView
>can use ONLY a serial (resp. parallel) version of HDF5 from inside a
>writer ?

Yes and no. If you compiled paraview without MPI, then it will have
compiled hdf5 (see thirparty dir in source tree) using serial HDF5, so you
are linking to hdf5 with no parallel support.

If you compile paraview and set VTK_USE_SYSTEM_HDF5 to ON then you can
link to a parallel hdf5 that you supply and can do what you like, but
you’ll probably need to do mpi_init etc from inside your plugin as
paraview will not have done it for you.

JB



More information about the Paraview-developers mailing list