Update rt.conf to compile all suites with Intel in debug mode#1230
Update rt.conf to compile all suites with Intel in debug mode#1230climbfuji wants to merge 15 commits into
rt.conf to compile all suites with Intel in debug mode#1230Conversation
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
…tion otherwise takes forever and eventually times out)
…r-model into feature/intel_debug_compile_all_suites
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
on-behalf-of @ufs-community <brian.curtis@noaa.gov>
|
@junwang-noaa Also here, please add other reviewers as appropriate. Thanks! |
| RUN | regional_debug | | fv3 | | ||
|
|
||
| COMPILE | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON | | fv3 | | ||
| COMPILE | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON | + wcoss_dell_p3 wcoss_cray | fv3 | |
There was a problem hiding this comment.
Why do we add dell/cray in the platform list? Does it mean this compile job only works on dell/cray?
There was a problem hiding this comment.
With WCOSS dell/cray going away soon, maybe we should remove this?
| RUN | rap_progcld_thompson_debug | | fv3 | | ||
|
|
||
| COMPILE | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON | | fv3 | | ||
| COMPILE | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON | + wcoss_dell_p3 wcoss_cray | fv3 | |
rt.conf to compile all suites with Intel in debug modert.conf to compile all suites with Intel in debug mode
|
@junwang-noaa @BrianCurtis-NOAA Please see the description in the PR above. Compiling all suites doesn't work on the two WCOSS platforms, presumably because of the older Intel compiler. It works everywhere else. Therefore remove them from the new compile line that compiles all suites into one exectuable ( |
|
@DusanJovic-NOAA Note. I didn't try this on wcoss2 (still haven't had the time to try the tectia client). |
@junwang-noaa I'm not sure how far in advance of WCOSS 1 shutdown we can plan, but would it make sense to combine all of the debug tests (minus the one that uses MULTI_GASES) and just skip them on dell/cray? WCOSS2 uses the newer intel compiler I believe, so it should work OK there. |
I will run rt on wcoss2, but today it will be down for maintenance. |
Thanks, Dusan! |
@BrianCurtis-NOAA I'll leave that up to you and @junwang-noaa to decide! |
…r-model into feature/intel_debug_compile_all_suites
…ub.com/climbfuji/ufs-weather-model into feature/intel_debug_compile_all_suites
|
combined and merged with #1256 |
PR Checklist
This PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.
This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR
An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
are specified below.
Results for one or more of the regression tests change and the reasons for the changes are understood and explained below.
New or updated input data is required by this PR. If checked, please work with the code managers to update input data sets on all platforms.
Description
Change the debug compile command for Intel to compile all available suites. This seems to be possible with newer versions of the Intel compilers (it was always possible with GNU). Keep old split compile jobs on outgoing wcoss_dell_p3 and wcoss_cray (there it doesn't work).
Changes are in
tests/rt.confonly, thus does not affect GNU tests at all.Issue(s) addressed
Testing
Regression tests were run on all platforms that use the Intel compiler (since there are no changes that could possibly affect the GNU runs):
I forgot to use the new
-d(? ; delete successful rundirs immediately) option, thus running out of disk space might have been the problem.Dependencies
None