libMesh::out and libMesh::err #2982
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
jwpeterson
Aug 16, 2021
Replies: 1 comment
-
There's nothing stopping you from using std::cout/std::cerr in user code. We also have an option, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jwpeterson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's nothing stopping you from using std::cout/std::cerr in user code. We also have an option,
--separate-libmeshout
which prevents the redirecting of std::cout and std::cerr that we normally do for parallel runs.