We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5947332 commit d35c1d9Copy full SHA for d35c1d9
modulefiles/build.hera.intel.lua
@@ -5,7 +5,7 @@ Load environment to compile UFS_UTILS on Hera using Intel
5
hpss_ver=os.getenv("hpss_ver") or ""
6
load(pathJoin("hpss", hpss_ver))
7
8
-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")
9
10
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
11
load(pathJoin("stack-intel", stack_intel_ver))
0 commit comments