Skip to content

Commit

Permalink
Updating to add MET_PYTHON_EXE
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Oct 29, 2024
1 parent a36b2cc commit 5c176a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/scripts/installation/modulefiles/12.0.0.lua_wcoss2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ local pkgNameVer = myModuleFullName()
local hierA = hierarchyA(pkgNameVer,1)
local compNameVer = hierA[1]


conflict(pkgName)

local opt = os.getenv("HPC_OPT") or os.getenv("OPT") or "/opt/modules"
Expand All @@ -20,8 +19,10 @@ prepend_path("PATH", pathJoin(base,"bin"))
setenv("MET_ROOT", base)
setenv("MET_BASE", pathJoin(base, "share", "met"))
setenv("MET_VERSION", pkgVersion)
setenv("MET_PYTHON_EXE","/apps/dev/ve/evs/2.0/bin/python")

whatis("Name: ".. pkgName)
whatis("Version: " .. pkgVersion)
whatis("Category: applications")
whatis("Description: Model Evaluation Tools (MET)")

0 comments on commit 5c176a9

Please sign in to comment.