Closed ajdittmann closed 4 years ago
Do you have mpi4py installed?
Can you reproduce with
python3 -c "h5py.File('testfile.h5', mode='a')"
mpirun -np 2 python3 -c "h5py.File('testfile.h5', mode='a')"
I wonder if your hdf5 library may not be compiled with MPI capabilities.
It looks like hdf5 wasn't compiled for parallel use (using h5cc to check) . I'll reopen the issue if the problem persists after sorting that out.
Description
When I attempt to run the 100-D Gaussian example using MPI,
the following OSError occurs:
During the handling of this exception, other exceptions occur. I have included the full report here.
The example ran fine without MPI. I renamed the logs directory before running this. The error occurred both with and without setting OMP_NUM_THREADS=1