Skip to content

Commit 39385f0

Browse files
Natalie PerlinNatalie Perlin
authored andcommitted
updates for Hera/gnu: software stack 1.6.0 path, runtime env. variable in a jobcard, enable cpld_control_p8 and cpld_debug_p8 tests
1 parent 69d0384 commit 39385f0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

modulefiles/ufs_hera.gnu.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ loads UFS Model prerequisites for Hera/GNU
44

55
prepend_path("MODULEPATH", "/contrib/spack-stack/installs/gnu/modulefiles")
66
prepend_path("MODULEPATH", "/contrib/spack-stack/installs/openmpi/modulefiles")
7-
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gnu-fms-2024.01/install/modulefiles/Core")
7+
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gnu-ufs-fms-2024.01/install/modulefiles/Core")
88

99
stack_gnu_ver=os.getenv("stack_gnu_ver") or "13.3.0"
1010
load(pathJoin("stack-gcc", stack_gnu_ver))

tests-dev/ufs_test.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,8 +626,11 @@ atm_dyn64_phy32_debug_gnu:
626626
s2swa_gnu:
627627
build:
628628
compiler: 'gnu'
629-
option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8'
629+
option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1'
630630
turnon: ['hera','hercules']
631+
tests:
632+
- cpld_control_p8: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']}
633+
- cpld_debug_p8: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']}
631634
s2s_gnu:
632635
build:
633636
compiler: 'gnu'
@@ -638,7 +641,7 @@ s2s_gnu:
638641
s2swa_debug_gnu:
639642
build:
640643
compiler: 'gnu'
641-
option: '-DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8'
644+
option: '-DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1'
642645
turnon: ['hera','hercules']
643646
s2sw_pdlib_gnu:
644647
build:

tests/fv3_conf/fv3_slurm.IN_hera

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then
4545
false
4646
fi
4747

48+
export OMPI_MCA_btl_openib_allow_ib=true
4849
# shellcheck disable=SC2102
4950
srun --label -n @[TASKS] ./fv3.exe
5051

0 commit comments

Comments
 (0)