Skip to content

Commit

Permalink
Use prod ncio and ncdiag on wcoss2 (#554)
Browse files Browse the repository at this point in the history
**Description**
The ncio and ncdiag modules have been promoted from para to prod on
WCOSS2.  This PR replaces the para load of these modules with prod on
WCOSS2.

Fixes #554
  • Loading branch information
RussTreadon-NOAA authored Mar 28, 2023
1 parent 4afe6ed commit 113e307
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modulefiles/gsi_wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ load(pathJoin("python", python_ver))
load(pathJoin("prod_util", prod_util_ver))

load("gsi_common")
unload("ncio")
unload("ncdiag")

pushenv("HPC_OPT", "/apps/ops/para/libs")
prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304")
prepend_path("MODULEPATH", "/apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7")

load("ncio/1.1.2")
load("ncdiag/1.0.0")

pushenv("GSI_BINARY_SOURCE_DIR", "/lfs/h2/emc/global/noscrub/emc.global/FIX/fix/gsi/20221128")

Expand Down

0 comments on commit 113e307

Please sign in to comment.