-
Notifications
You must be signed in to change notification settings - Fork 900
Cherry pick ob1 fixes to release branches #6633
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
Comments
FYI: @EmmanuelBRELLE |
I'm working on a fix for the PUT issue. If there is no rush to push this in, let's wait for few days until I'm done. |
@bosilca Any updates? We're looking at the possibility of 4.0.2 in the "near" future. |
Not enough hours in a day. I'm on the datatype issue right now, so I put this one aside. I might get to it before the end of the week. |
@bosilca Any updates? We're looking at the possibility of 4.0.2 in the "near" future. |
Same problem here, the only "solution" I have found is to do:
before the mpirun execution. Can I do something if I do not want to type that export at every run? Thank you! |
|
PR #6634 cherry-picks these two fixes to v4.0.x branch. |
@jsquyres Have these fixes been backported to v3.1.x and v3.0.x? Can we close this Issue? |
I think this can be closed? |
Closing - this went into the 4.0 series and is in master. 3.0 is closed as far as I know. If someone disagrees, please reopen. |
Need to cherry-pick the commits from the PRs listed below to v2.x, v3.0.x, v3.1.x, and v4.0.x:
Note that a16cf0e contains use of
OPAL_THREAD_SUB_FETCH_SIZE_T
andOPAL_THREAD_ADD_FETCH_SIZE_T
, neither of which exist before v4.0.x. Porting to the older branches is therefore a bit complex -- I took a whack at it and was not confident enough in what I finally managed to get to compile.The text was updated successfully, but these errors were encountered: