Skip to content

Commit

Permalink
Merge pull request #10 from kayeekayee/rocky_global-workflow
Browse files Browse the repository at this point in the history
Change path to run under Rocky8
  • Loading branch information
jderrico-noaa authored Mar 21, 2024
2 parents d805336 + 7d5e23f commit 7dcadca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/build.hera.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Load environment to compile UFS_UTILS on Hera using Intel
hpss_ver=os.getenv("hpss_ver") or ""
load(pathJoin("hpss", hpss_ver))

prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.0/envs/unified-env-noavx512/install/modulefiles/Core")
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.0/envs/unified-env-rocky8/install/modulefiles/Core")

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

0 comments on commit 7dcadca

Please sign in to comment.