-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #866 from climbfuji/feature/merge_rel151_into_dev
* Clarifying directions in Generating new site configs (#791) * Change prod-util module to prod_util (#794) (#798) * Bumped bufr version to 12.0.1 (#797) * Workaround for spack-stack-1.5.0 on Hera: use new noavx512 install, add target 'haswell' * Update default atlas version to 0.35.0 * Update build variants for ecmwf-atlas * Update variants for ectrans * Remove deprecated variant cgal from ecmwf-atlas, since it conflicts with the replacement qhull for tesselation and since it leads to compilation errors in ecmwf-atlas with Intel * release/1.5.1: fix Intel container build (ectrans error), update Derecho documentation Bugfix/container ectrans fftw derecho docs (#821) * Comment out intel-oneapi-mkl in configs/containers/docker-ubuntu-intel-impi.yaml and fix wrong variant ~fftw for jedi-base-env in configs/containers/README.md * Fix incorrect variant name for mkl for package ectrans in configs/common/packages.yaml * Fix outdated instructions for Derecho in doc/source/PreConfiguredSites.rst * Update gsi-ncdiag version number in config. * Update fms default to 2023.02.01 * [email protected], [email protected] as defaults (#839) * update fms versions in unified-dev * update fms versions in ufs wm metapackage * update gftl-shared default to 1.6.1 * release/1.5.1: backport mpich4 workarounds for [email protected] and [email protected] (#842) * release/1.5.1: update site config for Hercules (gnu+mvapich2) (#849) * release/1.5.1: Update site configs for Derecho, Narwhal, Gaea C5, Discover, AWS ParallelCluster, S4 (#853) * release/1.5.1: add [email protected], site config updates round 3 (#855) * Update site configs for NOAA Parallel Works * Update casper site config and build documentation * Update container specs in configs/containers/README.md * Update Hercules site config (gnu@12, [email protected]) * Update doc/source/PreConfiguredSites.rst for casper, hera, gaea-c4, jet * Add [email protected] in spack submodule, add to unified-dev and skylab-dev templates * Update configs/containers after tagging spack submodule as spack-stack-1.5.1 * Update documentation for AWS AMI release 1.5.1 * Update macOS section in doc/source/NewSiteConfigs.rst to match Linux section --------- Co-authored-by: Nate Crossette <[email protected]> Co-authored-by: Alex Richert <[email protected]> Co-authored-by: Stephen Herbener <[email protected]> Co-authored-by: DavidHuber <[email protected]> Co-authored-by: Alex Richert <[email protected]>
- Loading branch information
Showing
21 changed files
with
310 additions
and
339 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ | |
variants: +pic | ||
# Newer versions of CDO require the C++-17 standard, which doesn't | ||
# work with all compilers that are currently in use in spack-stack | ||
# When making changes here, also check Hercules/Casper site configs | ||
cdo: | ||
version: ['2.0.5'] | ||
variants: ~openmp | ||
|
@@ -61,7 +62,7 @@ | |
# config and update the projections for lmod/tcl. | ||
# Also, check the acorn and derecho site configs which have esmf modifications. | ||
esmf: | ||
version: ['8.4.2'] | ||
version: ['8.5.0'] | ||
variants: ~xerces ~pnetcdf snapshot=none ~shared +external-parallelio | ||
require: | ||
- any_of: ['fflags="-fp-model precise" cxxflags="-fp-model precise"'] | ||
|
@@ -95,7 +96,7 @@ | |
gfsio: | ||
version: ['1.4.1'] | ||
gftl-shared: | ||
version: ['1.5.0'] | ||
version: ['1.6.1'] | ||
#git-lfs: | ||
# Assume git-lfs is provided, hard to install | ||
# because of dependencies on go/go-bootstrap. | ||
|
@@ -112,7 +113,7 @@ | |
version: ['0.37.0'] | ||
hdf: | ||
version: ['4.2.15'] | ||
variants: ~fortran ~netcdf | ||
variants: +external-xdr ~fortran ~netcdf | ||
hdf5: | ||
version: ['1.14.0'] | ||
variants: +hl +fortran +mpi ~threadsafe +szip | ||
|
@@ -141,7 +142,7 @@ | |
# errors with [email protected]+, see | ||
# https://github.com/JCSDA/spack-stack/issues/769 | ||
# also: ... extdata2g segfault UFS? | ||
version: ['2.35.2'] | ||
version: ['2.40.3'] | ||
variants: ~shared ~extdata2g ~pflogger | ||
# If making changes here, also check the Discover site config and the CI workflows | ||
met: | ||
|
@@ -207,6 +208,8 @@ | |
proj: | ||
version: ['8.1.0'] | ||
variants: ~tiff | ||
# Check site configs for the following systems when making changes here: | ||
# Derecho, Narwhal, Gaea-C5 | ||
python: | ||
version: ['3.10.8'] | ||
py-attrs: | ||
|
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,24 +1,15 @@ | ||
compilers:: | ||
- compiler: | ||
spec: [email protected] | ||
spec: [email protected] | ||
paths: | ||
cc: /glade/u/apps/opt/intel/2022.1/compiler/2022.0.2/linux/bin/intel64/icc | ||
cxx: /glade/u/apps/opt/intel/2022.1/compiler/2022.0.2/linux/bin/intel64/icpc | ||
f77: /glade/u/apps/opt/intel/2022.1/compiler/2022.0.2/linux/bin/intel64/ifort | ||
fc: /glade/u/apps/opt/intel/2022.1/compiler/2022.0.2/linux/bin/intel64/ifort | ||
cc: /glade/u/apps/casper/23.10/spack/opt/spack/gcc/12.2.0/pucl/bin/gcc | ||
cxx: /glade/u/apps/casper/23.10/spack/opt/spack/gcc/12.2.0/pucl/bin/g++ | ||
f77: /glade/u/apps/casper/23.10/spack/opt/spack/gcc/12.2.0/pucl/bin/gfortran | ||
fc: /glade/u/apps/casper/23.10/spack/opt/spack/gcc/12.2.0/pucl/bin/gfortran | ||
flags: {} | ||
operating_system: centos7 | ||
operating_system: opensuse15 | ||
target: x86_64 | ||
modules: | ||
- intel/2022.1 | ||
environment: | ||
prepend_path: | ||
PATH: '/glade/work/epicufsrt/contrib/spack-stack/casper/gcc-10.1.0/bin' | ||
CPATH: '/glade/work/epicufsrt/contrib/spack-stack/casper/gcc-10.1.0/include' | ||
LD_LIBRARY_PATH: '/glade/u/apps/opt/intel/2022.1/compiler/latest/linux/compiler/lib/intel64_lin:/glade/u/apps/opt/intel/2022.1/mpi/2021.5.1/libfabric/lib:/glade/work/epicufsrt/contrib/spack-stack/casper/gcc-10.1.0/lib64' | ||
set: | ||
INTEL_LICENSE_FILE: '[email protected]' | ||
LM_LICENSE_FILE: '[email protected]' | ||
I_MPI_ROOT: '/glade/u/apps/opt/intel/2022.1/mpi/2021.5.1' | ||
|
||
- gcc/12.2.0 | ||
environment: {} | ||
extra_rpaths: [] |
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,45 +1,53 @@ | ||
packages: | ||
all: | ||
compiler:: [[email protected]] | ||
compiler:: [[email protected]] | ||
providers: | ||
mpi:: [[email protected]] | ||
mpi:: [[email protected]] | ||
|
||
### MPI, Python, MKL | ||
mpi: | ||
buildable: False | ||
intel-oneapi-mpi: | ||
openmpi: | ||
externals: | ||
- spec: [email protected]%[email protected] | ||
prefix: /glade/u/apps/opt/intel/2022.1 | ||
- spec: [email protected]%[email protected]+cuda~cxx~cxx_exceptions~java+lustre~memchecker+pmi+static~wrapper-rpath fabrics=ucx schedulers=tm | ||
prefix: /glade/u/apps/casper/23.10/spack/opt/spack/openmpi/4.1.6/gcc/12.2.0/yia4 | ||
modules: | ||
- intel-oneapi-mpi/2021.5.1.lua | ||
- openmpi/4.1.6 | ||
- ucx/1.14.1 | ||
- cuda/12.2.1 | ||
|
||
### Modification of common packages | ||
# Default gdal (3.7.0) doesn't build on Casper with [email protected] | ||
gdal: | ||
version:: ['3.6.3'] | ||
### Modifications of common packages | ||
# Version 2.0.5 doesn't compile on Casper with gcc | ||
cdo | ||
version:: ['2.2.0'] | ||
|
||
### All other external packages listed alphabetically | ||
autoconf: | ||
externals: | ||
- spec: autoconf@2.69 | ||
prefix: /usr | ||
- spec: autoconf@2.71 | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
automake: | ||
externals: | ||
- spec: [email protected] | ||
- spec: [email protected] | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected] | ||
prefix: /usr | ||
berkeley-db: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
binutils: | ||
externals: | ||
- spec: binutils@2.27.43 | ||
- spec: binutils@2.41.0 | ||
prefix: /usr | ||
bzip2: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
coreutils: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
cmake: | ||
externals: | ||
- spec: [email protected] | ||
|
@@ -53,19 +61,21 @@ packages: | |
prefix: /usr | ||
cvs: | ||
externals: | ||
- spec: cvs@1.11.23 | ||
- spec: cvs@1.12.13 | ||
prefix: /usr | ||
curl: | ||
externals: | ||
- spec: [email protected]+gssapi+ldap+nghttp2 | ||
- spec: [email protected]+nghttp2 | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected]+gssapi+ldap+nghttp2 | ||
prefix: /usr | ||
diffutils: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
doxygen: | ||
externals: | ||
- spec: [email protected]+graphviz~mscgen | ||
- spec: [email protected] | ||
prefix: /usr | ||
ecflow: | ||
buildable: False | ||
|
@@ -74,23 +84,19 @@ packages: | |
prefix: /glade/work/epicufsrt/contrib/spack-stack/casper/ecflow-5.8.4 | ||
modules: | ||
- ecflow/5.8.4 | ||
file: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
findutils: | ||
externals: | ||
- spec: findutils@4.5.11 | ||
- spec: findutils@4.8.0 | ||
prefix: /usr | ||
flex: | ||
# Must set buildable: false to avoid duplicate packages | ||
buildable: false | ||
#buildable: false | ||
externals: | ||
- spec: flex@2.5.37+lex | ||
prefix: /usr | ||
- spec: flex@2.6.4+lex | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
gawk: | ||
externals: | ||
- spec: gawk@4.0.2 | ||
- spec: gawk@4.2.1 | ||
prefix: /usr | ||
gettext: | ||
externals: | ||
|
@@ -102,21 +108,21 @@ packages: | |
prefix: /usr | ||
git: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- git/2.33.1 | ||
- spec: [email protected]~tcltk | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected]+tcltk | ||
prefix: /usr | ||
git-lfs: | ||
externals: | ||
- spec: [email protected] | ||
modules: | ||
- git/2.33.1 | ||
- spec: [email protected] | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
gmake: | ||
externals: | ||
- spec: gmake@3.82 | ||
- spec: gmake@4.2.1 | ||
prefix: /usr | ||
groff: | ||
externals: | ||
- spec: [email protected].2 | ||
- spec: [email protected].4 | ||
prefix: /usr | ||
krb5: | ||
buildable: False | ||
|
@@ -131,15 +137,13 @@ packages: | |
variants: ~gssapi | ||
libtool: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
libxpm: | ||
externals: | ||
- spec: [email protected] | ||
- spec: [email protected] | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected] | ||
prefix: /usr | ||
m4: | ||
externals: | ||
- spec: [email protected].16 | ||
- spec: [email protected].18 | ||
prefix: /usr | ||
mysql: | ||
buildable: False | ||
|
@@ -150,34 +154,31 @@ packages: | |
- mysql/8.0.31 | ||
ncurses: | ||
externals: | ||
- spec: ncurses@5.9.20130511+termlib abi=5 | ||
prefix: /usr | ||
- spec: ncurses@6.4.20221231+termlib abi=6 | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
# Old re2c on Casper unable to build newer versions of ninja | ||
ninja: | ||
version:: ['1.10.2'] | ||
openssh: | ||
externals: | ||
- spec: openssh@7.4p1 | ||
- spec: openssh@8.4p1 | ||
prefix: /usr | ||
openssl: | ||
externals: | ||
- spec: openssl@1.0.2k-fips | ||
- spec: openssl@1.1.1l | ||
prefix: /usr | ||
# Pin patchelf to 0.15.0 for Intel compiler (no C++-17 features) | ||
#patchelf: | ||
# version:: ['0.15.0'] | ||
perl: | ||
externals: | ||
- spec: [email protected]~cpanm+shared+threads | ||
prefix: /usr | ||
pkg-config: | ||
externals: | ||
- spec: pkg-config@0.27.1 | ||
- spec: pkg-config@0.29.2 | ||
prefix: /usr | ||
qt: | ||
externals: | ||
- spec: qt@5.15.2 | ||
prefix: /glade/work/epicufsrt/contrib/spack-stack/casper/qt-5.15.2 | ||
- spec: qt@5.14.2 | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
rsync: | ||
externals: | ||
- spec: [email protected] | ||
|
@@ -192,19 +193,17 @@ packages: | |
prefix: /usr | ||
subversion: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /usr | ||
swig: | ||
externals: | ||
- spec: [email protected] | ||
- spec: [email protected] | ||
prefix: /usr | ||
tar: | ||
externals: | ||
- spec: tar@1.26 | ||
- spec: tar@1.34 | ||
prefix: /usr | ||
texinfo: | ||
externals: | ||
- spec: [email protected] | ||
- spec: [email protected] | ||
prefix: /glade/u/apps/casper/23.10/opt/view | ||
- spec: [email protected] | ||
prefix: /usr | ||
texlive: | ||
externals: | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,13 @@ compilers:: | |
operating_system: sles15 | ||
target: x86_64 | ||
modules: | ||
- ncarenv/23.06 | ||
- intel/2023.2.1 | ||
- ncarenv/23.09 | ||
- intel-classic/2023.2.1 | ||
environment: | ||
prepend_path: | ||
PATH: '/opt/cray/pe/gcc/12.2.0/bin' | ||
CPATH: '/opt/cray/pe/gcc/12.2.0/snos/include' | ||
LD_LIBRARY_PATH: '/glade/u/apps/common/23.08/spack/opt/spack/intel-oneapi-compilers/2023.2.1/compiler/2023.2.1/linux/compiler/lib/intel64_lin:/opt/cray/pe/gcc/default/snos/lib:/opt/cray/pe/gcc/default/snos/lib64' | ||
set: | ||
CRAYPE_LINK_TYPE: 'dynamic' | ||
LD_LIBRARY_PATH: '/glade/u/apps/common/23.08/spack/opt/spack/intel-oneapi-compilers/2023.2.1/compiler/2023.2.1/linux/compiler/lib/intel64_lin:/opt/cray/pe/gcc/12.2.0/snos/lib:/opt/cray/pe/gcc/12.2.0/lib64' | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
|
@@ -31,7 +29,7 @@ compilers:: | |
operating_system: sles15 | ||
target: x86_64 | ||
modules: | ||
- ncarenv/23.06 | ||
- ncarenv/23.09 | ||
- gcc/12.2.0 | ||
environment: | ||
set: | ||
|
Oops, something went wrong.