Skip to content

Commit

Permalink
Temporary change: use [email protected] on S4
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Jun 12, 2024
1 parent 5a7de22 commit 74f0ac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modulefiles/ufs_s4.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ help([[
loads UFS Model prerequisites for S4/Intel
]])

prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.5.0/envs/unified-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/data/users/dheinzeller/ufs-wm-chunked/spst151-i19/envs/unified-env/install/modulefiles/Core")

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

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

load("ufs_common")

Expand Down

0 comments on commit 74f0ac5

Please sign in to comment.