Skip to content

Commit

Permalink
Remove unneeded modules from fbwndgfs build
Browse files Browse the repository at this point in the history
- remove nemsio and sigio modules from gfs_fbwndgfs build
- reran builds to confirm

Refs: NOAA-EMC#639
  • Loading branch information
KateFriedman-NOAA committed Feb 11, 2022
1 parent 28d1a7b commit 75fb6da
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions modulefiles/gfs_fbwndgfs.hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ load(pathJoin("hpc-impi", os.getenv("hpc_impi_ver")))

load(pathJoin("bacio", os.getenv("bacio_ver")))
load(pathJoin("w3nco", os.getenv("w3nco_ver")))
load(pathJoin("nemsio", os.getenv("nemsio_ver")))
load(pathJoin("sigio", os.getenv("sigio_ver")))
load(pathJoin("w3emc", os.getenv("w3emc_ver")))
load(pathJoin("ip", os.getenv("ip_ver")))
load(pathJoin("sp", os.getenv("sp_ver")))
Expand Down
2 changes: 0 additions & 2 deletions modulefiles/gfs_fbwndgfs.orion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ load(pathJoin("hpc-impi", os.getenv("hpc_impi_ver")))

load(pathJoin("bacio", os.getenv("bacio_ver")))
load(pathJoin("w3nco", os.getenv("w3nco_ver")))
load(pathJoin("nemsio", os.getenv("nemsio_ver")))
load(pathJoin("sigio", os.getenv("sigio_ver")))
load(pathJoin("w3emc", os.getenv("w3emc_ver")))
load(pathJoin("ip", os.getenv("ip_ver")))
load(pathJoin("sp", os.getenv("sp_ver")))
Expand Down
2 changes: 0 additions & 2 deletions modulefiles/gfs_fbwndgfs.wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ load(pathJoin("cray-mpich", os.getenv("cray_mpich_ver")))

load(pathJoin("bacio", os.getenv("bacio_ver")))
load(pathJoin("w3nco", os.getenv("w3nco_ver")))
load(pathJoin("nemsio", os.getenv("nemsio_ver")))
load(pathJoin("sigio", os.getenv("sigio_ver")))
load(pathJoin("w3emc", os.getenv("w3emc_ver")))
load(pathJoin("ip", os.getenv("ip_ver")))
load(pathJoin("sp", os.getenv("sp_ver")))
Expand Down

0 comments on commit 75fb6da

Please sign in to comment.