-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add oneAPI config for Narwhal, add GNU config for Atlantis, remove Sa…
…ndy platform; make `python` variant for `esmf` configurable (#1318) - Add a [email protected] config for Narwhal (using icx, icpx, ifort) - Add a [email protected] config for Atlantis - Remove Sandy as a supported platform - Update submodule pointer for spack to bring in [email protected] (official release) and replace [email protected] with [email protected] in all configs/** - Make python variant for esmf configurable
- Loading branch information
Showing
22 changed files
with
127 additions
and
167 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 |
---|---|---|
|
@@ -136,6 +136,8 @@ modules: | |
^[email protected]+debug snapshot=b04: 'esmf-8.7.0b04-debug' | ||
^[email protected]~debug snapshot=b11: 'esmf-8.7.0b11' | ||
^[email protected]+debug snapshot=b11: 'esmf-8.7.0b11-debug' | ||
^[email protected]~debug snapshot=none: 'esmf-8.7.0' | ||
^[email protected]+debug snapshot=none: 'esmf-8.7.0-debug' | ||
openmpi: | ||
environment: | ||
set: | ||
|
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 |
---|---|---|
|
@@ -138,6 +138,8 @@ modules: | |
^[email protected]+debug snapshot=b04: 'esmf-8.7.0b04-debug' | ||
^[email protected]~debug snapshot=b11: 'esmf-8.7.0b11' | ||
^[email protected]+debug snapshot=b11: 'esmf-8.7.0b11-debug' | ||
^[email protected]~debug snapshot=none: 'esmf-8.7.0' | ||
^[email protected]+debug snapshot=none: 'esmf-8.7.0-debug' | ||
openmpi: | ||
environment: | ||
set: | ||
|
Empty file.
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
4 changes: 2 additions & 2 deletions
4
configs/sites/tier1/sandy/mirrors.yaml → configs/sites/tier1/atlantis/mirrors.yaml
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
packages: | ||
all: | ||
compiler:: [[email protected]] | ||
providers: | ||
mpi:: [[email protected]] | ||
mpi: | ||
buildable: False | ||
openmpi: | ||
buildable: False | ||
externals: | ||
- spec: [email protected]%gcc@=11.2.0~cuda~cxx~cxx_exceptions~java~memchecker+pmi~static~wrapper-rpath fabrics=ucx schedulers=slurm | ||
modules: | ||
- openmpi/mlnx/gcc/64/4.1.5a1 |
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 |
---|---|---|
|
@@ -15,6 +15,6 @@ packages: | |
intel-oneapi-mkl: | ||
externals: | ||
- spec: [email protected] | ||
prefix: /cm/shared/apps/intel/oneapi | ||
modules: | ||
- mkl/2022.1.0 | ||
prefix: /cm/shared/apps/intel/oneapi |
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 |
---|---|---|
|
@@ -21,6 +21,30 @@ compilers:: | |
set: | ||
CRAYPE_LINK_TYPE: 'dynamic' | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
cc: cc | ||
cxx: CC | ||
f77: ftn | ||
fc: ftn | ||
flags: {} | ||
operating_system: sles15 | ||
modules: | ||
- PrgEnv-intel/8.4.0 | ||
- intel/2024.2 | ||
- cray-libsci/23.05.1.4 | ||
- libfabric/1.12.1.2.2.1 | ||
environment: | ||
prepend_path: | ||
PATH: '/opt/cray/pe/gcc/10.3.0/snos/bin' | ||
CPATH: '/opt/cray/pe/gcc/10.3.0/snos/include' | ||
LD_LIBRARY_PATH: '/opt/cray/libfabric/1.12.1.2.2.1/lib64:/opt/cray/pe/libsci/23.05.1.4/INTEL/2022.2/x86_64/lib:/opt/cray/pe/gcc/10.3.0/snos/lib:/opt/cray/pe/gcc/10.3.0/snos/lib64' | ||
append_path: | ||
CPATH: '/opt/intel/oneapi_2024.2.0.634/compiler/2024.2/opt/compiler/include/intel64' | ||
set: | ||
CRAYPE_LINK_TYPE: 'dynamic' | ||
extra_rpaths: [] | ||
- compiler: | ||
spec: [email protected] | ||
paths: | ||
|
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
packages: | ||
all: | ||
compiler:: [[email protected],[email protected]] | ||
providers: | ||
mpi:: [[email protected]] | ||
mpi: | ||
buildable: False | ||
cray-mpich: | ||
externals: | ||
- spec: [email protected]%[email protected] ~wrappers | ||
modules: | ||
- cray-mpich-ucx/8.1.21 | ||
- craype-network-ucx | ||
intel-oneapi-mkl: | ||
externals: | ||
- spec: [email protected]%[email protected] | ||
prefix: /opt/intel/oneapi_2024.2.0.634 | ||
intel-oneapi-tbb: | ||
externals: | ||
- spec: [email protected]%[email protected] | ||
prefix: /opt/intel/oneapi_2024.2.0.634 | ||
modules: | ||
- tbb/2021.13 | ||
intel-oneapi-runtime: | ||
externals: | ||
- spec: [email protected]%[email protected] | ||
prefix: /opt/intel/oneapi_2024.2.0.634 |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ spack: | |
definitions: | ||
- compilers: ['%aocc', '%apple-clang', '%gcc', '%intel', '%oneapi'] | ||
- packages: | ||
- neptune-env +espc ^[email protected].0b11 snapshot=b11 | ||
- neptune-python-env +xnrl ^[email protected].0b11 snapshot=b11 | ||
- neptune-env +espc ^[email protected].0 | ||
- neptune-python-env +xnrl ^[email protected].0 | ||
|
||
specs: | ||
- matrix: | ||
|
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 |
---|---|---|
|
@@ -17,12 +17,12 @@ spack: | |
- jedi-fv3-env | ||
- jedi-geos-env ^esmf@=8.6.1 | ||
- jedi-mpas-env | ||
- jedi-neptune-env ^esmf@=8.7.0b11 snapshot=b11 | ||
- jedi-neptune-env ^esmf@=8.7.0 | ||
- jedi-tools-env | ||
- jedi-ufs-env ^esmf@=8.6.1 | ||
- jedi-um-env | ||
- neptune-env ^esmf@=8.7.0b11 snapshot=b11 | ||
- neptune-python-env ^esmf@=8.7.0b11 snapshot=b11 | ||
- neptune-env ^esmf@=8.7.0 | ||
- neptune-python-env ^esmf@=8.7.0 | ||
- soca-env | ||
- ufs-srw-app-env ^esmf@=8.6.1 | ||
- ufs-weather-model-env ^esmf@=8.6.1 | ||
|
@@ -33,7 +33,7 @@ spack: | |
|
||
# Various esmf tags (list all to avoid duplicate packages) | ||
- esmf@=8.6.1 snapshot=none | ||
- esmf@=8.7.0b11 snapshot=b11 | ||
- esmf@=8.7.0 snapshot=none | ||
|
||
# MADIS for WCOSS2 decoders. | ||
- [email protected] | ||
|
Oops, something went wrong.