Skip to content

Commit

Permalink
change the spack-stack location on Hera (#263)
Browse files Browse the repository at this point in the history
change the spack-stack location on Hera to accommodate the upcoming
scatch1,2->scratch3,4 change
  • Loading branch information
guoqing-noaa authored Feb 4, 2025
1 parent 957bd89 commit ab5dd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/RDAS/hera.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local pkgName = myModuleName()
local pkgVersion = myModuleVersion()
local pkgNameVer = myModuleFullName()

prepend_path("MODULEPATH", '/scratch1/NCEPDEV/nems/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')

-- below two lines get us access to the spack-stack modules
load("stack-intel/2021.5.0")
Expand Down

0 comments on commit ab5dd5e

Please sign in to comment.