File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ loads UFS Model prerequisites for Derecho/GNU
3
3
]] )
4
4
5
5
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" )
7
7
8
8
unload (" ncarcompilers" )
9
9
stack_gnu_ver = os.getenv (" stack_gnu_ver" ) or " 12.4.0"
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel
3
3
]] )
4
4
5
5
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" )
8
8
9
- -- unload("ncarcompilers")
10
- prepend_path (" MODULEPATH" , " /glade/derecho/scratch/nperlin/UFS-WM/ufs-weather-model/modulefiles/stack" )
9
+ unload (" ncarcompilers" )
11
10
stack_intel_ver = os.getenv (" stack_intel_ver" ) or " 2024.2.1"
12
11
load (pathJoin (" stack-oneapi" , stack_intel_ver ))
13
12
Original file line number Diff line number Diff line change @@ -946,7 +946,7 @@ case ${MACHINE_ID} in
946
946
module load rocoto/1.3.7
947
947
fi
948
948
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
950
950
module load stack-python/3.11.7
951
951
module load ecflow/5.11.4
952
952
ECF_HOST=$( hostname)
You can’t perform that action at this time.
0 commit comments