Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more module update, orion
  • Loading branch information
EdwardSafford-NOAA committed Jul 21, 2022
1 parent 34b1098 commit 05563d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 2 additions & 0 deletions modulefiles/common_run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Load common modules to run GSI Monitoring on all machines
]])

local wgrib2=os.getenv("wgrib2") or "2.0.8"
local prod_util=os.getenv("prod_util") or "1.2.2"

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

14 changes: 4 additions & 10 deletions modulefiles/orion_run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@ help([[
prepend_path("MODULEPATH", "/apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack")

local grads=os.getenv("grads") or "2.2.1"
--local hpc_ver=os.getenv("hpc_ver") or "1.1.0"
--local hpc_intel_ver=os.getenv("hpc_intel_ver") or "2018.4"
--local hpc_impi_ver=os.getenv("hpc_impi_ver") or "2018.4"
--local cmake_ver=os.getenv("cmake_ver") or "3.22.1"
--local python_ver=os.getenv("python_ver") or "3.7.5"
local hpc_ver=os.getenv("hpc_ver") or "1.1.0"
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "2018.4"

load(pathJoin("grads", grads_ver))
--load(pathJoin("hpc", hpc_ver))
--load(pathJoin("hpc-intel", hpc_intel_ver))
--load(pathJoin("hpc-impi", hpc_impi_ver))
--load(pathJoin("cmake", cmake_ver))
--load(pathJoin("python", python_ver))
load(pathJoin("hpc", hpc_ver))
load(pathJoin("hpc-intel", hpc_intel_ver))

load("common_run")

Expand Down

0 comments on commit 05563d7

Please sign in to comment.