-
Notifications
You must be signed in to change notification settings - Fork 245
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
Label output for TCs #1003
Label output for TCs #1003
Conversation
- Changed shape of tc3 to be 10x8 to be the same size as tc1 and tc2. This will allow us to re-use static memory executables.
- Adds <tc>.<test> to all model output on tty so that the log looks like `tc1.dim.z: Total Energy: 43FF5C2A55A02C54 3.6155642564495884E+19`. This helps identify where things are happening or going wrong. - I tested that a failed executable still is detected (error code is passed to make appropriately).
Codecov Report
@@ Coverage Diff @@
## dev/gfdl #1003 +/- ##
=========================================
Coverage 43.16% 43.16%
=========================================
Files 213 213
Lines 62355 62355
=========================================
Hits 26918 26918
Misses 35437 35437 Continue to review full report at Codecov.
|
.testing/Makefile
Outdated
# $(3) - report to codecov | ||
# $(4) - Parameter line for MOM_override | ||
# $(5) - Environment for MPIRUN | ||
# $(6) - Number of PEs |
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.
I had these defined up in line 205, did you also want to remove the other one?
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.
Ha! I didn't see those comments. It doesn't seem right to have an ifeq
with it's own comments in between the description and function. I'll delete mine and move yours down?
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.
Yeah I think that works. You can just delete mine if it's easier (or merge them into a grand unified comment)
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.
I rearranged and combined. PR has been updated.
- Rearranged and combined inadvertent duplication of comments - Also fixed two spelling mistakes
No changes to code so no need for regression tests. |
See https://travis-ci.org/adcroft/MOM6/jobs/587225628 for complete example