Skip to content

Commit ffbdd80

Browse files
load esmf/8.5.0 in gaea.intel.lua, use staged CRTM_FIX on all machines (#1327)
1 parent 45f22e9 commit ffbdd80

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

build.sh

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,12 @@ WORKFLOW_BUILD=${WORKFLOW_BUILD:-"OFF"}
103103
CMAKE_OPTS+=" -DWORKFLOW_TESTS=${WORKFLOW_BUILD}"
104104

105105
# JCSDA changed test data things, need to make a dummy CRTM directory
106-
if [[ $BUILD_TARGET == 'hera' ]]; then
107-
if [ -d "$dir_root/bundle/fix/test-data-release/" ]; then rm -rf $dir_root/bundle/fix/test-data-release/; fi
108-
if [ -d "$dir_root/bundle/test-data-release/" ]; then rm -rf $dir_root/bundle/test-data-release/; fi
109-
mkdir -p $dir_root/bundle/fix/test-data-release/
110-
mkdir -p $dir_root/bundle/test-data-release/
111-
ln -sf $GDASAPP_TESTDATA/crtm $dir_root/bundle/fix/test-data-release/crtm
112-
ln -sf $GDASAPP_TESTDATA/crtm $dir_root/bundle/test-data-release/crtm
113-
fi
106+
if [ -d "$dir_root/bundle/fix/test-data-release/" ]; then rm -rf $dir_root/bundle/fix/test-data-release/; fi
107+
if [ -d "$dir_root/bundle/test-data-release/" ]; then rm -rf $dir_root/bundle/test-data-release/; fi
108+
mkdir -p $dir_root/bundle/fix/test-data-release/
109+
mkdir -p $dir_root/bundle/test-data-release/
110+
ln -sf $GDASAPP_TESTDATA/crtm $dir_root/bundle/fix/test-data-release/crtm
111+
ln -sf $GDASAPP_TESTDATA/crtm $dir_root/bundle/test-data-release/crtm
114112

115113
# Configure
116114
echo "Configuring ..."

modulefiles/GDAS/gaea.intel.lua

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ prepend_path("MODULEPATH", '/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/u
1010
prepend_path("MODULEPATH", '/ncrc/proj/epic/rocoto/modulefiles')
1111

1212
-- below two lines get us access to the spack-stack modules
13-
load("stack-intel/2023.1.0")
14-
load("stack-cray-mpich/8.1.25")
13+
load("stack-intel/2023.2.0")
14+
load("stack-cray-mpich/8.1.28")
1515
-- JCSDA has 'jedi-fv3-env/unified-dev', but we should load these manually as needed
1616
load("cmake/3.23.1")
1717
load("gettext/0.20.2")
@@ -44,11 +44,12 @@ load("fckit/0.11.0")
4444
load("fiat/1.2.0")
4545
load("ectrans/1.2.0")
4646
load("fms/2023.04")
47+
load("esmf/8.5.0")
4748
load("atlas/0.35.1")
4849
load("sp/2.5.0")
4950
load("gsl-lite/0.37.0")
5051
load("libjpeg/2.1.0")
51-
load("krb5/1.16.3")
52+
load("krb5/1.20.1")
5253
load("libtirpc/1.3.3")
5354
load("hdf/4.2.15")
5455
load("jedi-cmake/1.4.0")
@@ -84,9 +85,9 @@ local mpinproc = '-n'
8485
setenv('MPIEXEC_EXEC', mpiexec)
8586
setenv('MPIEXEC_NPROC', mpinproc)
8687

87-
setenv("CRTM_FIX","/gpfs/f5/ufs-ard/world-shared/GDASApp/fix/crtm/2.4.0")
88-
setenv("GDASAPP_TESTDATA","/gpfs/f5/ufs-ard/world-shared/GDASApp/CI/data")
89-
setenv("GDASAPP_UNIT_TEST_DATA_PATH", "/gpfs/f5/ufs-ard/world-shared/GDASApp/CI/data/test")
88+
setenv("CRTM_FIX","/gpfs/f5/nggps_emc/world-shared/GDASApp/fix/crtm/2.4.0")
89+
setenv("GDASAPP_TESTDATA","/gpfs/f5/nggps_emc/world-shared/GDASApp/testdata")
90+
setenv("GDASAPP_UNIT_TEST_DATA_PATH", "/gpfs/f5/nggps_emc/world-shared/GDASApp/unittestdata")
9091

9192
whatis("Name: ".. "pkgName")
9293
whatis("Version: ".. "pkgVersion")

0 commit comments

Comments
 (0)