Mentions légales du service

Skip to content

Add dlopen hdf5 version to readHDF5Panel

LEANDRO NESI Lucas requested to merge dlopen_hdf5 into master

Use dlopen to open multiple hdf5 libraries to enable multiple reads per process on readHDF5Panel. This version requires configuring cmake with DLOPEN_HDF5. TODO:

  • Investigate how to correct close the dlopen, dlclose is causing SegFault on MPI_FINALIZE
  • Delete /tmp/ files
  • Portability?

Merge request reports