-
Notifications
You must be signed in to change notification settings - Fork 900
opal: fix warning #5714
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
opal: fix warning #5714
Conversation
@@ -171,7 +171,7 @@ opal_progress_finalize(void) | |||
|
|||
static int opal_progress_events(void) | |||
{ | |||
static volatile int32_t lock = 0; | |||
static opal_atomic_int32_t lock = 0; |
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.
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.
Yup. This is all i got on my Mac.
|
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.
Need to fix the other warnings, too.
Fixes open-mpi#5713 Signed-off-by: Nathan Hjelm <[email protected]>
1a040dc
to
3df0abc
Compare
Got the btl/ofi one. Let me know if there are any others. |
Fixes #5713
Signed-off-by: Nathan Hjelm [email protected]