Skip to content

Commit

Permalink
Update hsi path on Gaea clusters (#1031)
Browse files Browse the repository at this point in the history
Fixes #1030.
  • Loading branch information
DavidHuber-NOAA authored Mar 7, 2025
1 parent dd9257e commit a543809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modulefiles/build.gaeac5.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ help([[
Load environment to compile UFS_UTILS on Gaea using Intel
]])

prepend_path("MODULEPATH", "/sw/rdtn/modulefiles")
prepend_path("MODULEPATH", "/usw/hpss/modulefiles")
load("hsi")

prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/build.gaeac6.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ help([[
Load environment to compile UFS_UTILS on Gaea C6 using Intel
]])

prepend_path("MODULEPATH", "/sw/rdtn/modulefiles")
prepend_path("MODULEPATH", "/usw/hpss/modulefiles")
load("hsi")

prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
Expand Down

0 comments on commit a543809

Please sign in to comment.