Skip to content

Commit 913f2e6

Browse files
Natalie PerlinNatalie Perlin
authored andcommitted
New Derecho environment with spack-stack-1.9.2
1 parent 290bd0d commit 913f2e6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

modulefiles/ufs_derecho.gnu.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ loads UFS Model prerequisites for Derecho/GNU
33
]])
44

55
setenv("LMOD_TMOD_FIND_FIRST","yes")
6-
prepend_path("MODULEPATH", "/glade/derecho/scratch/nperlin/spack-stack-R1.9.0/envs/ue-gcc-12.4/install/modulefiles/Core")
6+
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-gcc-12.4/install/modulefiles/Core")
77

88
unload("ncarcompilers")
99
stack_gnu_ver=os.getenv("stack_gnu_ver") or "12.4.0"

modulefiles/ufs_derecho.intel.lua

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel
33
]])
44

55
setenv("LMOD_TMOD_FIND_FIRST","yes")
6-
prepend_path("MODULEPATH", "/glade/derecho/scratch/nperlin/spack-stack-R1.9.0/envs/ue-oneapi-2024.2.1/install/modulefiles/Core")
7-
prepend_path("MODULEPATH", "/glade/derecho/scratch/nperlin/spack-stack-R1.9.0/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.29-3sepg3g/gcc/12.4.0")
6+
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core")
7+
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.29-3sepg3g/gcc/12.4.0")
88

9-
-- unload("ncarcompilers")
10-
prepend_path("MODULEPATH", "/glade/derecho/scratch/nperlin/UFS-WM/ufs-weather-model/modulefiles/stack")
9+
unload("ncarcompilers")
1110
stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1"
1211
load(pathJoin("stack-oneapi", stack_intel_ver))
1312

tests/rt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ case ${MACHINE_ID} in
946946
module load rocoto/1.3.7
947947
fi
948948
if [[ "${ECFLOW:-false}" == true ]] ; then
949-
module use /glade/derecho/scratch/nperlin/spack-stack-R1.9.0/envs/ue-oneapi-2024.2.1/install/modulefiles/oneapi/2024.2.1
949+
module use /glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/oneapi/2024.2.1
950950
module load stack-python/3.11.7
951951
module load ecflow/5.11.4
952952
ECF_HOST=$(hostname)

0 commit comments

Comments
 (0)