From a9b5b3c4778b5b2b47b1cfc78a1b1378f1e865eb Mon Sep 17 00:00:00 2001 From: David Huber Date: Fri, 7 Mar 2025 08:42:21 -0500 Subject: [PATCH] Update hsi path on Gaea clusters --- modulefiles/build.gaeac5.intel.lua | 2 +- modulefiles/build.gaeac6.intel.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modulefiles/build.gaeac5.intel.lua b/modulefiles/build.gaeac5.intel.lua index e9dd614b3..af315d4ae 100644 --- a/modulefiles/build.gaeac5.intel.lua +++ b/modulefiles/build.gaeac5.intel.lua @@ -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") diff --git a/modulefiles/build.gaeac6.intel.lua b/modulefiles/build.gaeac6.intel.lua index e1f1cbfec..617f6c2f8 100644 --- a/modulefiles/build.gaeac6.intel.lua +++ b/modulefiles/build.gaeac6.intel.lua @@ -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")