Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/feature/hafs.v2.0.1' int…
Browse files Browse the repository at this point in the history
…o feature/hafs.v2.0.1_gaea
  • Loading branch information
BijuThomas-NOAA committed Oct 7, 2024
2 parents 7d98b42 + 8e7c37d commit cb8464d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions modulefiles/jet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ help([[
Load environment to build UPP on Jet
]])

prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core")
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core")

stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
load(pathJoin("stack-intel", stack_intel_ver))

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

impi_ver=os.getenv("impi_ver") or "2024.2.1"
load(pathJoin("impi", impi_ver))

cmake_ver=os.getenv("cmake_ver") or "3.23.1"
load(pathJoin("cmake", cmake_ver))
Expand Down

0 comments on commit cb8464d

Please sign in to comment.