Skip to content

Commit

Permalink
Merge pull request ufs-community#6 from MichaelLueken/ss150
Browse files Browse the repository at this point in the history
Update run_vx.local.lua to allow verification tests to run on Orion.
  • Loading branch information
RatkoVasic-NOAA authored Jan 4, 2024
2 parents 0cf89e3 + 126ca9b commit 476b73b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modulefiles/tasks/orion/run_vx.local.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
--[[
Compiler-specific modules are used for met and metplus libraries
--]]
load("build_orion_intel")

local met_ver = (os.getenv("met_ver") or "11.1.0")
local metplus_ver = (os.getenv("metplus_ver") or "5.1.0")
if (mode() == "load") then
Expand Down

0 comments on commit 476b73b

Please sign in to comment.