Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ad2f9de
Enable regression testing on Acorn
DusanJovic-NOAA Jun 29, 2022
a2497fe
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA Jul 1, 2022
e1d87ef
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA Jul 11, 2022
6a3b37e
Merge remote-tracking branch 'origin/develop' into rt_on_acorn
DusanJovic-NOAA Jul 15, 2022
65756d7
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA Jul 21, 2022
ea09c71
Enable cpld_bmark_p8 tests on acorn
DusanJovic-NOAA Jul 22, 2022
dd94dad
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA Jul 22, 2022
6f75967
Add RegressionTests_acorn.intel.log
DusanJovic-NOAA Jul 22, 2022
ef8b84b
Merge branch 'ufs-community:develop' into rt_on_acorn
DusanJovic-NOAA Jul 26, 2022
1482143
Update pull_request_template.md
DusanJovic-NOAA Jul 26, 2022
cd57623
Updated RT variables for S4. #1318 (#34)
DavidHuber-NOAA Jul 26, 2022
08cb8eb
Feature/allow wavice cmeps (#33)
DeniseWorthen Jul 26, 2022
86ba9d0
[AutoRT] cheyenne.gnu Job Completed.
BrianCurtis-NOAA Jul 26, 2022
452607d
Do not run HAFS-ALL tests on wcoss2
DusanJovic-NOAA Jul 26, 2022
ca8ddad
[AutoRT] cheyenne.intel Job Completed.
BrianCurtis-NOAA Jul 26, 2022
79b502d
WCOSS2 Intel RT Passed
BrianCurtis-NOAA Jul 26, 2022
e9f282d
[AutoRT] orion.intel Job Completed.
BrianCurtis-NOAA Jul 26, 2022
6b6b4a4
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA Jul 26, 2022
9bf39d8
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA Jul 26, 2022
e98e89e
[AutoRT] jet.intel Job Completed.
BrianCurtis-NOAA Jul 26, 2022
79b1040
Add RegressionTests_acorn.intel.log
DusanJovic-NOAA Jul 26, 2022
4cabda2
add gaea.intel RT log: passed
jkbk2004 Jul 27, 2022
3e08f71
Revert .gitmodules and update CMEPS
DusanJovic-NOAA Jul 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- [ ] 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
- [ ] 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.
Expand All @@ -13,7 +13,7 @@ are specified below.

## Instructions: All subsequent sections of text should be filled in as appropriate.

The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsibility to keep the PR up-to-date with the develop branch of ufs-weather-model.
The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsibility to keep the PR up-to-date with the develop branch of ufs-weather-model.

## Description

Expand All @@ -22,7 +22,7 @@ Provide a detailed description of what this PR does. What bug does it fix, or wh
### Issue(s) addressed

Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues must always be created before starting work on a PR branch!)
(Remember, issues must always be created before starting work on a PR branch!)
- fixes #<issue_number>
- fixes noaa-emc/fv3atm/issues/<issue_number>

Expand All @@ -33,11 +33,12 @@ How were these changes tested? What compilers / HPCs was it tested with? Are the
- [ ] hera.intel
- [ ] hera.gnu
- [ ] orion.intel
- [ ] cheyenne.intel
- [ ] cheyenne.intel
- [ ] cheyenne.gnu
- [ ] gaea.intel
- [ ] gaea.intel
- [ ] jet.intel
- [ ] wcoss2.intel
- [ ] acorn.intel
- [ ] opnReqTest for newly added/changed feature
- [ ] CI

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ rt.conf.single
ufs_model
tests/modules.fv3_*
tests/ecflow_run/
tests/ecf_comdir/
tests/ecf_outputdir/
tests/log_*/
tests/lock/
tests/Compile_*.log
Expand Down
2 changes: 1 addition & 1 deletion CMEPS-interface/CMEPS
4 changes: 4 additions & 0 deletions cmake/configure_acorn.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
set(INLINE_POST ON CACHE BOOL "Enable inline post" FORCE)
set(PARALLEL_NETCDF ON CACHE BOOL "Enable parallel NetCDF" FORCE)
set(DEBUG_LINKMPI OFF CACHE BOOL "Enable linkmpi option when DEBUG mode is on" FORCE)
set(AVX2 OFF CACHE BOOL "Enable AVX2 instruction set" FORCE)
26 changes: 26 additions & 0 deletions modulefiles/ufs_acorn.intel
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#%Module

proc ModulesHelp {} {
puts stderr "\tcit - loads modules required for building and running UFS Model on Acorn"
}

module-whatis "loads UFS Model prerequisites for Acorn"

module load PrgEnv-intel/8.1.0
module load intel/19.1.3.304
Comment thread
junwang-noaa marked this conversation as resolved.
module load craype/2.7.13
module load cray-mpich/8.1.7

module load cmake/3.20.2

module use /lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stack/modulefiles/stack
module load hpc/1.2.0
Comment thread
DusanJovic-NOAA marked this conversation as resolved.
module load hpc-intel/19.1.3.304
module load hpc-cray-mpich/8.1.7

module load ufs_common

setenv CC cc
setenv CXX CC
setenv FC ftn
setenv CMAKE_Platform acorn
26 changes: 26 additions & 0 deletions modulefiles/ufs_acorn.intel_debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#%Module

proc ModulesHelp {} {
puts stderr "\tcit - loads modules required for building and running UFS Model on Acorn"
}

module-whatis "loads UFS Model prerequisites for Acorn"

module load PrgEnv-intel/8.1.0
module load intel/19.1.3.304
module load craype/2.7.13
module load cray-mpich/8.1.7

module load cmake/3.20.2

module use /lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stack/modulefiles/stack
module load hpc/1.2.0
module load hpc-intel/19.1.3.304
module load hpc-cray-mpich/8.1.7

module load ufs_common_debug

setenv CC cc
setenv CXX CC
setenv FC ftn
setenv CMAKE_Platform acorn
Loading