-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hdf5: workaround for HPE-MPI bug. #2203
Conversation
Thank you for your pull request! Should you want to clear the PR build directory after failures, please use this pipeline. Before running the cleanup pipeline, please ensure that any PR building pipelines have been cancelled or finished running. |
This commit intentionally introduces a leak in HDF5, because HPE-MPI crashes with an double free or corruption error when calling `MPI_Type_free`.
To test your PR, use the following on BlueBrain5: unset MODULEPATH
. /gpfs/bbp.cscs.ch/ssd/apps/bsd/pulls/2203/config/modules.sh
module load unstable Please test the following updated modules:
|
2 similar comments
To test your PR, use the following on BlueBrain5: unset MODULEPATH
. /gpfs/bbp.cscs.ch/ssd/apps/bsd/pulls/2203/config/modules.sh
module load unstable Please test the following updated modules:
|
To test your PR, use the following on BlueBrain5: unset MODULEPATH
. /gpfs/bbp.cscs.ch/ssd/apps/bsd/pulls/2203/config/modules.sh
module load unstable Please test the following updated modules:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable! (until we get response/fix from HPE support)
This commit intentionally introduces a leak in HDF5, because HPE-MPI crashes with an double free or corruption error when calling
MPI_Type_free
.