Skip to content

Commit

Permalink
updated modulepath for gaea system
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilKumar-NOAA authored and AnilKumar-NOAA committed Oct 16, 2024
1 parent 581dd7f commit 9c3dc43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modulefiles/module_gwsetup.gaea.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Load environment to run GFS workflow setup scripts on Gaea
prepend_path("MODULEPATH", "/ncrc/proj/epic/rocoto/modulefiles")
load(pathJoin("rocoto"))

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

local stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0"
--local stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0"
local stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0"
local python_ver=os.getenv("python_ver") or "3.10.13"

load(pathJoin("stack-intel", stack_intel_ver))
Expand Down

0 comments on commit 9c3dc43

Please sign in to comment.