HDF5.jl icon indicating copy to clipboard operation
HDF5.jl copied to clipboard

Finalizing correctly when using MPI

Open calebwin opened this issue 4 years ago • 0 comments
trafficstars

In the MPI example, there is code like this:

# we need to close HDF5 and finalize the info object before finalizing MPI
finalize(info)
HDF5.API.h5_close()

MPI.Barrier(MPI.COMM_WORLD)

MPI.Finalize()

So is this required now for correct usage of HDF5 with MPI?

calebwin avatar Jul 18 '21 01:07 calebwin