Skip to content

Commit

Permalink
Update Hera GNU modulefile to spack-stack/1.5.1. NOAA-EMC#589
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Nov 14, 2023
1 parent 46d2cd1 commit 28ebd5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modulefiles/gsi_hera.gnu.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
help([[
]])

prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.4.1/envs/unified-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.5.1/envs/gsi-addon/install/modulefiles/Core")
--Needed for openmpi build
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/jcsda/jedipara/spack-stack/modulefiles")

local stack_python_ver=os.getenv("stack_python_ver") or "3.9.12"
local python_ver=os.getenv("python_ver") or "3.10.8"
local stack_gnu_ver=os.getenv("stack_gnu_ver") or "9.2.0"
local stack_openmpi_ver=os.getenv("stack_openmpi_ver") or "4.1.5"
local cmake_ver=os.getenv("cmake_ver") or "3.23.1"
Expand All @@ -13,12 +14,12 @@ local openblas_ver=os.getenv("openblas_ver") or "0.3.19"

load(pathJoin("stack-gcc", stack_gnu_ver))
load(pathJoin("stack-openmpi", stack_openmpi_ver))
load(pathJoin("stack-python", stack_python_ver))
load(pathJoin("python", python_ver))
load(pathJoin("cmake", cmake_ver))

load("gsi_common")

load(pathJoin("prod-util", prod_util_ver))
load(pathJoin("prod_util", prod_util_ver))
load(pathJoin("openblas", openblas_ver))

pushenv("GSI_BINARY_SOURCE_DIR", "/scratch1/NCEPDEV/global/glopara/fix/gsi/20230911")
Expand Down

0 comments on commit 28ebd5f

Please sign in to comment.