Skip to content

Commit

Permalink
Updated Jet's modulefile to point to the EPIC hpc-stack. NOAA-EMC#10
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 8, 2023
1 parent 0b8ff56 commit 73c5e05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modulefiles/gfsutils_jet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ help([[
Build environment for S4 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 73c5e05

Please sign in to comment.