-
Notifications
You must be signed in to change notification settings - Fork 29
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
Feature/alt compsetrun #75
Feature/alt compsetrun #75
Conversation
*Consolidated fv3_conf/*_run.IN files *Modified tests/default_vars.sh and tests/TEST_NAME files *RegressionTests_hera shows passing of all tests
|
||
FFLAGS_OPT = -O2 -debug minimal -fp-model source -qoverride-limits -qopt-prefetch=3 | ||
FFLAGS_REPRO = -O2 -debug minimal -fp-model consistent -qoverride-limits -g -traceback | ||
FFLAGS_DEBUG = -g -O0 -check all -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv |
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.
It looks like at commit a59b6cf we lost the additional debug flag -link_mpi=dbg in the hera.intel configuration; that has now propagated forward to the orion configuration.
Since adding this back might cause the debug test to fail, I will create an issue for adding this setting back to both the hera.intel and orion.intel.
Just to confirm my understanding, you were able to pass all 14 CCPP PROD baselines on Hera using rt.sh, correct? |
Yes. The results can be found in tests/RegressionTests_hera.intel.log. |
Sorry, I should have been more clear. The baselines were created using the NEMSCompsetRun; you were able to pass all those baselines using rt.sh. |
Yes. Baselines were created using NEMSCompsetRun. Actually 2 are IPD PROD cases. 12 CCPP PROD cases do not include Debug and Gfdlmprad_* |
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.
Since the rt.sh tests pass the NemsCompsetRun baselines, I think this good to go.
@DeniseWorthen, I need to update this branch to the latest develop, right? I will do that, run rt.sh again on Hera, and report the results. |
Yes, I think that is my understanding. Then we will have a second commit on s2s for updating the components to their Orion ports. |
Please merge to the latest develop branch, run full RT with NEMSCompsetRun
and rt.sh against current baseline on hera, and commit the log files to
your branch before the code can be committed.
…On Fri, May 1, 2020 at 10:34 AM Minsuk Ji ***@***.***> wrote:
@DeniseWorthen <https://github.com/DeniseWorthen>, I need to update this
branch to the latest develop, right? I will do that, run rt.sh again on
Hera, and report the results.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TJLVA4FYU2CABHPR63RPLMWDANCNFSM4MXBIZWA>
.
|
|
Feature/alt compsetrun (ufs-community#75)
Issue #74