forked from ufs-community/ufs-srweather-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[develop] Update spack-stack on noaacloud (ufs-community#901)
This PR updates the spack-stack used to build the SRW App to the latest spack-stack installed version. Changes also include using the new conda environment (workflow_tools), and updates the NCORES_PER_NODE variable to use the maximum compute cores for each Parallel Works Cloud Service Provider (PW CSPs). --------- Co-authored-by: Parallel Works app-run user <Edward.Snyder@mgmt-edwardsnyder-gcpv2-00088.us-central1-c.c.noaa-users.internal> Co-authored-by: Parallel Works app-run user <Edward.Snyder@mgmt-edwardsnyder-aws-00051.pw-noaa-us-east-1.pw.local>
- Loading branch information
1 parent
c00ca73
commit 01fabc6
Showing
4 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
load("jasper/2.0.25") | ||
load("zlib/1.2.11") | ||
load("jasper/2.0.32") | ||
load("zlib/1.2.13") | ||
load("libpng/1.6.37") | ||
load("netcdf-c/4.7.4") | ||
load("netcdf-fortran/4.5.4") | ||
load("pio/2.5.3") | ||
load("esmf/8.3.0b09") | ||
load("fms/2022.01") | ||
load("netcdf-c/4.9.2") | ||
load("netcdf-fortran/4.6.0") | ||
load("parallelio/2.5.9") | ||
load("esmf/8.4.2") | ||
load("fms/2023.01") | ||
|
||
load("bacio/2.4.1") | ||
load("crtm/2.3.0") | ||
load("crtm/2.4.0") | ||
load("g2/3.4.5") | ||
load("g2tmpl/1.10.0") | ||
load("g2tmpl/1.10.2") | ||
load("ip/3.3.3") | ||
load("sp/2.3.3") | ||
load("w3emc/2.9.2") | ||
|
||
load("gftl-shared/1.5.0") | ||
load("yafyaml/0.5.1") | ||
load("mapl/2.22.0-esmf-8.3.0b09-esmf-8.3.0") | ||
load("mapl/2.35.2-esmf-8.4.2") | ||
|
||
load("nemsio/2.5.4") | ||
load("nemsio/2.5.2") | ||
load("sfcio/1.4.1") | ||
load("sigio/2.3.2") | ||
load("w3nco/2.4.1") | ||
load("wrf_io/1.2.0") | ||
load("wrf-io/1.2.0") | ||
|
||
load("wgrib2/2.0.8") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters