-
Notifications
You must be signed in to change notification settings - Fork 19
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
excessive print statements to stdout from MAPL OpenMP_Support.F90 #2853
Comments
@tclune @weiyuan-jiang FYI. |
@weiyuan-jiang Please either delete or convert these to use pflogger. |
@junwang-noaa which tag are you using now ? I can patch your tag and also remove the extra print for the future release. |
We are using MAPL 2.40.3. |
So that'd be a new MAPL v2.40.5 as we already have v2.40.4. I can work with @weiyuan-jiang to get that released. (Note: v2.40.4 was a minor update for |
@junwang-noaa Thanks to @weiyuan-jiang we now have a MAPL v2.40.5. The only real change is the removal of these prints: |
Thank you all! |
@mathomp4 Another question, may I ask if you have a major release version with this change? There is request in UFS to install MAPL 2.43.0, which I believe does not contain this fix in this issue. Thanks |
@junwang-noaa MAPL v2.46.2 has the fix, but if you can't move to that, we could issue MAPL v2.43.3 with the fix. |
Thank you, @mathomp4! We will test with MAPL v2.46.2 in UFS. |
@junwang-noaa Sounds good. If you can't move to it (needs ESMF 8.6.1 which is in spack-stack v1.7), then we can backport for you. Edited to correct to ESMF 8.6.1. MAPL 8.6.1 is about 30 years in the future unless we start really cranking out API changes. 😄 |
This issue has been automatically marked as stale because it has not had activity in the last 60 days. If there are no updates within 7 days, it will be closed. You can add the ":hourglass: Long Term" label to prevent the stale action from closing this issue. |
When we run with GOCART in UFS weather model, we noticed excessive print statements in the model run output file:
41: OpenMP_Support.F90 536 splitting component:
57: OpenMP_Support.F90 536 splitting component:
43: OpenMP_Support.F90 536 splitting component:
49: OpenMP_Support.F90 536 splitting component:
47: OpenMP_Support.F90 536 splitting component:
59: OpenMP_Support.F90 536 splitting component:
53: OpenMP_Support.F90 536 splitting component:
51: OpenMP_Support.F90 536 splitting component:
This becomes a problem when we run high resolution tests with large number of tasks. Further check shows that the prints are from MAPL OpenMP_Support.F90:
MAPL/generic/OpenMP_Support.F90
Lines 540 to 541 in df6786c
This line seems a debug prints, could this line be commented out or only run in debug mode? Thanks
The text was updated successfully, but these errors were encountered: