From 74dfa27fdb9f270ddd25f88fc2adfd3ef4146e22 Mon Sep 17 00:00:00 2001 From: Cameron Book <43379611+ulmononian@users.noreply.github.com> Date: Wed, 14 Jun 2023 12:12:13 -0700 Subject: [PATCH] Update ufs_gaea.intel.lua --- modulefiles/ufs_gaea.intel.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaea.intel.lua index a77c55d383..b50fbcb24b 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaea.intel.lua @@ -10,9 +10,8 @@ unload("cray-mpich") unload("cray-python") unload("darshan") -prepend_path("MODULEPATH", "/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/spack-stack-1.3.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/lustre/f2/dev/wpo/role.epic/contrib/spack-stack/spack-stack-1.4.0-c4/envs/unified-env-v2/install/modulefiles/Core") prepend_path("MODULEPATH", "/lustre/f2/pdata/esrl/gsd/spack-stack/modulefiles") -prepend_path("MODULEPATH", "/lustre/f2/dev/role.epic/contrib/modulefiles") stack_intel_ver=os.getenv("stack_intel_ver") or "2022.0.2" load(pathJoin("stack-intel", stack_intel_ver))