-
Notifications
You must be signed in to change notification settings - Fork 934
Ensure we properly cleanup on termination, including when terminating due to ctrl-c #3729
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
… due to ctrl-c Signed-off-by: Ralph Castain <rhc@open-mpi.org> (cherry picked from commit 38636f4)
|
bot:ibm:retest |
|
The IBM CI (GNU Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/fdfcc36f5ed0e3722ff63684aca57d68 |
|
The IBM CI (XL Compiler) build failed! Please review the log, linked below. Gist: https://gist.github.com/aba2ab9a90105df0ab7f00cd917f1e21 |
|
bot:mellanox:retest |
|
A couple of the CI failed with segv. I'm kicking off a build now to see if I can reproduce. |
|
Will add #3741 when it passes |
Signed-off-by: Ralph Castain <rhc@open-mpi.org> (cherry picked from commit 3af9344)
|
Probably also need #3746 |
jjhursey
left a comment
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.
That seemed to do it. Looks good.
@jjhursey We aren't correctly cleaning up when aborting - this fixes the problem.
Signed-off-by: Ralph Castain rhc@open-mpi.org
(cherry picked from commit 38636f4)