Skip to content
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

fix(misc): Log MPI check as successful only after all ranks complete #212

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

ljgray
Copy link
Contributor

@ljgray ljgray commented Nov 23, 2022

I noticed this issue in the logs of rev_06 3237, if one rank fails it will log the failure after the timeout, but other ranks might have already logged that they were successful, which is confusing. This should fix that by only logging success after all ranks have completed.

@jrs65
Copy link
Contributor

jrs65 commented Nov 23, 2022

Has this task caught many issues?

@ljgray
Copy link
Contributor Author

ljgray commented Nov 23, 2022

Has this task caught many issues?

It caught its first one today, but we also haven't had any of the errors that it was intended to catch until now

@ljgray ljgray merged commit d46ea89 into master Nov 23, 2022
@ljgray ljgray deleted the ljg/mpi-check-log branch November 23, 2022 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants