-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate spack YAMLs for Intel and GCC
- Loading branch information
1 parent
32ce9b5
commit 41aa50d
Showing
4 changed files
with
37 additions
and
10 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 |
---|---|---|
|
@@ -49,15 +49,12 @@ jobs: | |
rm -rf spack | ||
git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git | ||
source spack/share/spack/setup-env.sh | ||
spack env create gsi-env gsi/ci/spack.yaml | ||
spack env create gsi-env gsi/ci/spack_gcc.yaml | ||
spack env activate gsi-env | ||
spack compiler find | ||
sudo apt install libblas-dev | ||
spack external find | ||
spack add [email protected] | ||
spack add openblas | ||
spack concretize | ||
spack install -v --fail-fast --dirty | ||
spack install --fail-fast --dirty | ||
spack clean -a | ||
gsi: | ||
|
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,30 @@ | ||
# Spack environment file to build GSI dependencies | ||
spack: | ||
packages: | ||
all: | ||
providers: | ||
blas: openblas | ||
lapack: openblas | ||
mpi: mpich | ||
compiler: | ||
- gcc@13 | ||
specs: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
view: true | ||
concretizer: | ||
unify: true |
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 |
---|---|---|
|
@@ -2,9 +2,10 @@ | |
spack: | ||
packages: | ||
all: | ||
providers: | ||
mpi: intel-oneapi-mpi | ||
compiler: | ||
- intel | ||
- gcc@13 | ||
specs: | ||
- [email protected] | ||
- [email protected] | ||
|
@@ -20,6 +21,7 @@ spack: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
view: true | ||
concretizer: | ||
unify: true |