Skip to content

Commit

Permalink
Merge branch 'feature/spack_stack_ue' of https://github.com/ulmononia…
Browse files Browse the repository at this point in the history
…n/ufs-weather-model into feature/spack_stack_ue
  • Loading branch information
ulmononian committed Jun 14, 2023
2 parents c546b9f + 4ed1aa3 commit 3e14f31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modulefiles/ufs_noaacloud.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel
]])


prepend_path("MODULEPATH", "/contrib/EPIC/spack-stack/spack-stack-1.3.1/envs/unified-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/contrib/EPIC/spack-stack/spack-stack-1.4.0/envs/unified-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/contrib/spack-stack/modulefiles/core")

stack_intel_ver=os.getenv("stack_intel_ver") or "2021.3.0"
Expand Down
3 changes: 2 additions & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,9 @@ elif [[ $MACHINE_ID = expanse ]]; then
SCHEDULER=slurm
cp fv3_conf/fv3_slurm.IN_expanse fv3_conf/fv3_slurm.IN

elif [[ $MACHINE_ID = noaacloud.* ]]; then
elif [[ $MACHINE_ID = noaacloud ]]; then

export PATH=/contrib/EPIC/bin:$PATH
module use /apps/modules/modulefiles
module load rocoto/1.3.3

Expand Down

0 comments on commit 3e14f31

Please sign in to comment.