-
Notifications
You must be signed in to change notification settings - Fork 35
Set default MPI-IO hint cb_nodes to 1 when using OpenMPI 5.0.5 and priors #1071
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
Conversation
ca53aa9
to
891f45d
Compare
891f45d
to
ad80b29
Compare
This is because OpenMPI's implementation may serialize the I/O. See open-mpi/ompi#13376
ad80b29
to
706b60b
Compare
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 good to me. I see that some CI actions failed, but I don't know if it is related to these changes or not.
I am encountered some errors related to configure option For example, if I configure with
|
The |
Make sure it is defined in darshan-runtime/darshan-runtime-config.h
In this case, fall back to the value set in --log-path
faca0d4
to
a7ebe51
Compare
I think this PR is ready to be merged. |
OpenMPI 5.0.5 and priors contain a bug that can corrupt the
Darshan log files. The bug is related to file locking protocols
implemented when data sieving is enabled. Setting hint cb_nodes
to 1 can avoid the bug, but may make writing log files slow.
For more information, see PR #1070,