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

interp_inc/HDF5 #14

Closed
AlexanderRichert-NOAA opened this issue Jun 5, 2023 · 3 comments
Closed

interp_inc/HDF5 #14

AlexanderRichert-NOAA opened this issue Jun 5, 2023 · 3 comments

Comments

@AlexanderRichert-NOAA
Copy link
Contributor

The interp_inc executable currently does not work with hdf5 past version 1.10.8. This is because later versions of hdf5 for certain routines require that the MPI root process be available for work, but the structure of src/netcdf_io/interp_inc.fd/driver.f90 (in the 344-422 line range) is such that it's not available, so the job hangs. I have successfully tested a workaround where the last process (mype=npes-1) is used rather than the root process (mype=0), but am filing this issue because I'm not very familiar with the code and whether there are reasons to avoid that approach.

@DavidHuber-NOAA
Copy link
Collaborator

@AlexanderRichert-NOAA Do you have a branch with this fix? I would like to try it out in #18.

@AlexanderRichert-NOAA
Copy link
Contributor Author

Actually I already pushed the fix last month to develop, just forgot to close the issue.

@DavidHuber-NOAA
Copy link
Collaborator

Fantastic! Thanks!

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

No branches or pull requests

2 participants