Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalizing correctly when using MPI #852

Closed
calebwin opened this issue Jul 18, 2021 · 1 comment · Fixed by #1035
Closed

Finalizing correctly when using MPI #852

calebwin opened this issue Jul 18, 2021 · 1 comment · Fixed by #1035
Labels

Comments

@calebwin
Copy link

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?

@simonbyrne
Copy link
Collaborator

No, it is not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants