Skip to content

Commit c7c2a5b

Browse files
committedJan 29, 2025·
update hera spack-stack paths (#159)
1 parent b52697f commit c7c2a5b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎modulefiles/hera.gnu-run.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
help([[
22
]])
33

4-
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")
4+
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")
55

66
local stack_gnu_ver=os.getenv("stack_gnu_ver") or "9.2.0"
77
local stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.5"

‎modulefiles/hera.gnu.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
help([[
22
]])
33

4-
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")
4+
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")
55

66
local stack_gnu_ver=os.getenv("stack_gnu_ver") or "9.2.0"
77
local stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.5"

‎modulefiles/hera.intel-run.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
help([[
22
]])
33

4-
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")
4+
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")
55

66
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
77
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1"

‎modulefiles/hera.intel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
help([[
22
]])
33

4-
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")
4+
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")
55

66
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
77
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1"

0 commit comments

Comments
 (0)
Please sign in to comment.