-
Notifications
You must be signed in to change notification settings - Fork 900
Add/remove OB1 and CUDA progress. #5073
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
Provide support for dynamically adding and removing the progress function for OB1 and CUDA. Signed-off-by: George Bosilca <[email protected]>
Hi, George. Responding late. Please accept my apologies. I see an assertion failure with the patch. Seems like there are fewer increment operations than decrement operations.
|
The IBM CI (GNU Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/6e3054f922a9b26ba73f13daa04ffa03 |
The IBM CI (XL Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/647cfc633c9868dc2823da2213996842 |
The IBM CI (PGI Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/157c0bbcb101530d4cc1fe17246e433e |
bot:ibm:retest (CI script broke, should be fixed now) |
@bosilca were you able to look at the failure? |
Can one of the admins verify this patch? |
@bosilca @jladd-mlnx - What's the fate of this PR? |
@bosilca Is this something we could revive for HAN for v5.0.0? |
Not for HAN. With the new accelerator framework I am not sure if this is still relevant. |
This seems like really stale, closing, please reopen if needed |
Provide support for dynamically adding and removing the progress
function for OB1 and CUDA.
This will provide a fix for #4650.
Signed-off-by: George Bosilca [email protected]