Skip to content

Commit

Permalink
Update grads version and loading perl
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentSouopgui-NOAA committed Apr 8, 2024
1 parent a4d5244 commit d15e518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modulefiles/jet.intel-run.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-s

local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1"
local grads_ver=os.getenv("grads_ver") or "2.2.1"
local grads_ver=os.getenv("grads_ver") or "2.2.3"
local perl_ver=os.getenv("perl_ver") or "5.38.0"
local prod_util_ver=os.getenv("prod_util_ver") or "2.1.1"

load(pathJoin("stack-intel", stack_intel_ver))
Expand Down

0 comments on commit d15e518

Please sign in to comment.