Replies: 1 comment 8 replies
-
Your hdf5 library need to be compiled with the mpi option enabled to use it with |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
python configure.py -g -b --prob gr_torus --coord=kerr-schild --flux hlle -hdf5 --hdf5_path /home/simulate/hdf5-1.10.5/hdf5 -mpi
make clean
make
While doing the make, I am having this error!
error: ‘H5Pset_fapl_mpio’ was not declared in this scope; did you mean ‘H5Pset_fapl_stdio’?
error: ‘H5Pset_dxpl_mpio’ was not declared in this scope; did you mean ‘H5Pset_fapl_stdio’?
Could you help me out?
Beta Was this translation helpful? Give feedback.
All reactions