Skip to content

Commit

Permalink
Update Orion module file for Rocky 9 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jul 1, 2024
1 parent 70fc762 commit 7e70146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modulefiles/orion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Load environment to build UPP on orion

prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core")

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

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

cmake_ver=os.getenv("cmake_ver") or "3.23.1"
Expand Down

0 comments on commit 7e70146

Please sign in to comment.