Skip to content

Commit

Permalink
Updates for NOAA Cloud Rocky 8 platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Sep 11, 2024
1 parent 6a4e09e commit 6b3cdd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions modulefiles/ufs_noaacloud.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ help([[
loads UFS Model prerequisites for NOAA Parallelworks/Intel
]])

prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/contrib/spack-stack-rocky8/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/apps/modules/modulefiles")

stack_intel_ver=os.getenv("stack_intel_ver") or "2021.3.0"
load("gnu")
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0"
load(pathJoin("stack-intel", stack_intel_ver))

stack_impi_ver=os.getenv("stack_impi_ver") or "2021.3.0"
stack_impi_ver=os.getenv("stack_impi_ver") or "2021.10.0"
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver))

unload("gnu")
cmake_ver=os.getenv("cmake_ver") or "3.23.1"
load(pathJoin("cmake", cmake_ver))

Expand Down
3 changes: 1 addition & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -951,11 +951,10 @@ case ${MACHINE_ID} in
;;
noaacloud)
echo "rt.sh: Setting up noaacloud..."
export PATH="/contrib/EPIC/bin:${PATH}"
module use /apps/modules/modulefiles

if [[ "${ROCOTO:-false}" == true ]] ; then
module load rocoto/1.3.3
module load rocoto/1.3.7
ROCOTO_SCHEDULER=slurm
fi

Expand Down

0 comments on commit 6b3cdd4

Please sign in to comment.