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
All octo-Tiger output which is not an error should go to stdcout and not stdcerr.
stdcout
stdcerr
Some of the error gets to stdcerr which is confusing.
For example
cat output8_1920.27061008/1/0/stderr.1.0 shows
Start octotiger Start processing options Finished processing options Finished executor init and read options Finished initializing options Finished computing factors Finished static_init Finished normalizing Finished initialization Finished init Found root Starting refinement ---------------Created Level 1--------------- ---------------Created Level 2--------------- ---------------Created Level 3--------------- ---------------Created Level 4--------------- ---------------Created Level 5--------------- ---------------Created Level 6--------------- ---------------Created Level 7--------------- ---------------Created Level 8--------------- ---------------Re-gridded Level 8--------------- solving gravity------------ ...done Start execution the solver... Finished solver exeuction - Scenario done! Start timings report... Finished timings report! Start cleanup...
The text was updated successfully, but these errors were encountered:
@dmarce1 can you please have a look?
Sorry, something went wrong.
dmarce1
G-071
No branches or pull requests
Expected Behavior
All octo-Tiger output which is not an error should go to
stdcout
and notstdcerr
.Actual Behavior
Some of the error gets to
stdcerr
which is confusing.For example
cat output8_1920.27061008/1/0/stderr.1.0 shows
The text was updated successfully, but these errors were encountered: