Skip to content

Commit d8615e5

Browse files
committed
[feature/spack-stack-1.9.2] Update Derecho run_vx.local.lua modulefile to use MET 12.0.1 and METplus 6.0.0
1 parent 4db98fb commit d8615e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modulefiles/tasks/derecho/run_vx.local.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Compiler-specific modules are used for met and metplus libraries
33
--]]
44

5-
local met_ver = (os.getenv("met_ver") or "11.1.1")
6-
local metplus_ver = (os.getenv("metplus_ver") or "5.1.0")
5+
local met_ver = (os.getenv("met_ver") or "12.0.1")
6+
local metplus_ver = (os.getenv("metplus_ver") or "6.0.0")
77
if (mode() == "load") then
88
load(pathJoin("met", met_ver))
99
load(pathJoin("metplus",metplus_ver))

0 commit comments

Comments
 (0)