Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update orion-run mod
  • Loading branch information
EdwardSafford-NOAA committed Aug 11, 2022
1 parent 17e5a21 commit e8cb812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modulefiles/orion-run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ prepend_path("MODULEPATH", "/apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack"
local hpc_ver=os.getenv("hpc_ver") or "1.1.0"
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "2018.4"
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 e8cb812

Please sign in to comment.