Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Finalize lua run mods
  • Loading branch information
EdwardSafford-NOAA committed Aug 12, 2022
1 parent e8cb812 commit 866d68b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modulefiles/common-run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Load common modules to run GSI Monitoring on all machines
]])

local wgrib2_ver=os.getenv("wgrib2_ver") or "2.0.8"
--local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2"

load(pathJoin("wgrib2", wgrib2_ver))
--load(pathJoin("prod_util", prod_util_ver))

2 changes: 2 additions & 0 deletions modulefiles/hera.gnu-run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/mo
local hpc_ver=os.getenv("hpc_ver") or "1.1.0"
local hpc_gnu_ver=os.getenv("hpc_gnu_ver") or "9.2.0"
local grads_ver=os.getenv("grads_ver") or "2.2.1"
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2"

load(pathJoin("hpc", hpc_ver))
load(pathJoin("hpc-gnu", hpc_gnu_ver))
load(pathJoin("grads", grads_ver))
load(pathJoin("prod_util", prod_util_ver))

load("common-run")

Expand Down
2 changes: 2 additions & 0 deletions modulefiles/hera.intel-run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/mo
local hpc_ver=os.getenv("hpc_ver") or "1.1.0"
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "18.0.5.274"
local grads_ver=os.getenv("grads_ver") or "2.2.1"
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2"

load(pathJoin("hpc", hpc_ver))
load(pathJoin("hpc-intel", hpc_intel_ver))
load(pathJoin("grads", grads_ver))
load(pathJoin("prod_util", prod_util_ver))

load("common-run")

Expand Down

0 comments on commit 866d68b

Please sign in to comment.