Skip to content

Commit

Permalink
Remove unneeded mpich module
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Mar 19, 2024
1 parent 57492f2 commit 4f7ab89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modulefiles/rdbfmsua_wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Build environment for GFS utilities on WCOSS2
local PrgEnv_intel_ver=os.getenv("PrgEnv_intel_ver") or "8.1.0"
local intel_ver=os.getenv("intel_ver") or "19.1.3.304"
local craype_ver=os.getenv("craype_ver") or "2.7.10"
local cray_mpich_ver=os.getenv("cray_mpich_ver") or "8.1.9"


local bufr_ver=os.getenv("bufr_ver") or "11.7.0"
local bacio_ver=os.getenv("bacio_ver") or "2.4.1"
Expand All @@ -16,7 +14,6 @@ local gempak_ver=os.getenv("gempak_ver") or "7.14.1"
load(pathJoin("PrgEnv-intel", PrgEnv_intel_ver))
load(pathJoin("intel", intel_ver))
load(pathJoin("craype", craype_ver))
load(pathJoin("cray-mpich", cray_mpich_ver))

load(pathJoin("bufr", bufr_ver))
load(pathJoin("bacio", bacio_ver))
Expand Down

0 comments on commit 4f7ab89

Please sign in to comment.