Skip to content

Commit 74297a3

Browse files
update spack-stack path in Hera modulefiles (#1471)
1 parent fcaf0ad commit 74297a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modulefiles/EVA/hera.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local pkgNameVer = myModuleFullName()
88

99
conflict(pkgName)
1010

11-
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core")
11+
prepend_path("MODULEPATH", "/contrib/spack-stack//spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core")
1212
load("stack-intel/2021.5.0")
1313
load("python/3.10.13")
1414
load("proj/9.2.1")

modulefiles/GDAS/hera.intel.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local pkgName = myModuleName()
66
local pkgVersion = myModuleVersion()
77
local pkgNameVer = myModuleFullName()
88

9-
prepend_path("MODULEPATH", '/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core')
9+
prepend_path("MODULEPATH", '/contrib/spack-stack//spack-stack-1.6.0/envs/unified-env-rocky8/install/modulefiles/Core')
1010
--prepend_path("MODULEPATH", '/scratch1/NCEPDEV/da/python/opt/modulefiles/stack')
1111

1212
-- below two lines get us access to the spack-stack modules

0 commit comments

Comments
 (0)