Skip to content

Commit

Permalink
Updated Jet's module to point to the EPIC hpc-stack. #10
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 7, 2023
1 parent 0b8ff56 commit 3131d34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modulefiles/gfsutils_jet.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
help([[
Build environment for S4 utilities on Jet
Build environment for GFS utilities on Jet
]])

prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack")
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/role.epic/hpc-stack/libs/intel-18.0.5.274/modulefiles/stack")

local hpc_ver=os.getenv("hpc_ver") or "1.1.0"
local hpc_ver=os.getenv("hpc_ver") or "1.2.0"
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "18.0.5.274"
local hpc_impi_ver=os.getenv("hpc_impi_ver") or "2018.4.274"
local cmake_ver=os.getenv("cmake_ver") or "3.20.1"
Expand All @@ -20,7 +20,7 @@ load(pathJoin("cmake", cmake_ver))

load(pathJoin("jasper", jasper_ver))
load(pathJoin("zlib", zlib_ver))
load(pathJoin("png", libpng_ver))
load(pathJoin("libpng", libpng_ver))

load("gfsutils_common")

Expand Down

0 comments on commit 3131d34

Please sign in to comment.