AFD-Illinois/iharm3d

manually specify no MPI in hdf5_utils

gnwong opened this issue · 2 comments

It would be nice to add a flag to hdf5_utils.h that strictly enforces no MPI (as opposed to checking for MPI_COMM_WORLD). Since the hdf5 (no p) install seems to be broken on bh28, I'm forced to compile with h5pcc which works until you try to actually run the program (at which point you end up in an infinite loop).

For now, I've manually dealt with the issue by making judicious use of #undef.

Opened PR with one option in dev repository. Let me know if it's similar to what you were thinking

Discussion moved to dev repo.