Closed cgw0814 closed 5 years ago
Looks like your h5py was built with mpi support. Can you double check? Run
python -c 'import h5py; print(h5py.get_config().mpi)
Was hdf5 built with mpi support? Run.
grep -i parallel $HDF5_DIR/lib/libhdf5.settings
Post the results.
Thanks @julesghub , I have make it by building parallel-hdf5 and python -c 'import h5py; print(h5py.get_config().mpi) shows "true"
then reinstall the underworld and UWGeodynamics.
They run smoothiy with mpirun
Great! I'll close this ticket. Feel free to reopen
I import UWGeodynamics successfully and try to run the tutorials 1
the screen shows
when the Model_run execute
I have installed h5py by
so I confuse how could I solve this problem