You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on Ubuntu with OpenMPI 2.1.1, gcc 7.5.0 and HDF5 1.10.0-patch1, creating a new HDF5 file in parallel leads to stack smashing errors. This does not occur when running on Iridis using mpich 3.2.1, gcc 4.8.5 and HDF5 1.10.2.
As the version on Iridis appears to give the right answer and the error is occuring within the H5Fcreate library call, I suspect that this is due to a problem with openmpi configuration, but haven't been able to confirm yet.
The text was updated successfully, but these errors were encountered:
The code throws smashing errors when run on ubuntu 18.04 with the default openmpi 2, however mpich can be installed easily from the package manager on that version of ubuntu. There are therefore enough reasonable options available that I'd suggest listing either mpich 3 or openmpi 4 as a requirement for METHOD rather than trying to track down why openmpi 2 doesn't work.
When running on Ubuntu with OpenMPI 2.1.1, gcc 7.5.0 and HDF5 1.10.0-patch1, creating a new HDF5 file in parallel leads to stack smashing errors. This does not occur when running on Iridis using mpich 3.2.1, gcc 4.8.5 and HDF5 1.10.2.
As the version on Iridis appears to give the right answer and the error is occuring within the H5Fcreate library call, I suspect that this is due to a problem with openmpi configuration, but haven't been able to confirm yet.
The text was updated successfully, but these errors were encountered: