We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cout stream needs to be flushed before calling MPI_Abort, otherwise the error message is not printed, at least in our case.
cout
MPI_Abort
(Invoking with unbuffer sw4 is a workaround, but not a good one.)
unbuffer sw4
sw4/src/parseInputFile.C
Lines 5163 to 5165 in 67ab458
Probably the code should be examined for other such instances.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
cout
stream needs to be flushed before callingMPI_Abort
, otherwise the error message is not printed, at least in our case.(Invoking with
unbuffer sw4
is a workaround, but not a good one.)sw4/src/parseInputFile.C
Lines 5163 to 5165 in 67ab458
Probably the code should be examined for other such instances.
The text was updated successfully, but these errors were encountered: