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
Start with root_finder.cc. Use the MPI guard from diagonistics.hpp (~line 268) to make sure only rank 0 writes the file.
root_finder.cc
diagonistics.hpp
The text was updated successfully, but these errors were encountered:
#716: write file when nonlinear solver does not converge; add unit te…
0df202c
…sts for all failures
#716: fix typo
00752a5
#716: fix typo in error string
4ebc56a
cwschilly
Successfully merging a pull request may close this issue.
Start with
root_finder.cc
.Use the MPI guard from
diagonistics.hpp
(~line 268) to make sure only rank 0 writes the file.The text was updated successfully, but these errors were encountered: