-
Notifications
You must be signed in to change notification settings - Fork 383
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
Suppress pio logs on non-component-root processes #2840
Suppress pio logs on non-component-root processes #2840
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks good to me.
Note, the output from the root process will be in cpl.log (not e3sm.log).
@jgfouca |
@dqwu , prior to the CIME update, PIO output of this sort went both to cpl.log:
and to e3sm.log:
For some reason, the above information was output twice in each log file. |
@dqwu , our posts crossed :-). Your post explains why some go to one log file and the rest go to the other log file. |
Thanks @jayeshkrishna ! |
…-adding-geodata-to-grid Automatically Merged using E3SM Pull Request AutoTester PR Title: Allow adding geo fields to grid objects, even if they are const PR Author: bartgol PR LABELS: infrastructure, BFB, radiation, AT: AUTOMERGE
Making sure that we print out PIO logs only from rank 0 of each
component.
This bug was introduced in PR #2799.
Fixes #2839
[BFB]