forked from JCSDA/spack-stack
-
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.
release/1.5.1: fix Intel container build (ectrans error), update Dere…
…cho documentation Bugfix/container ectrans fftw derecho docs (JCSDA#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 submodule pointer for spack
- Loading branch information
Showing
5 changed files
with
10 additions
and
11 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ To avoid hardcoding specs in the generic container recipes, we keep the specs li | |
|
||
### spack-stack-1.5.0 / skylab-6.0.0 containers for fv3-jedi and mpas-jedi (but not for ufs-jedi) | ||
``` | ||
specs: [[email protected], [email protected] ~fftw, [email protected], [email protected], | ||
specs: [[email protected], [email protected], [email protected], [email protected], | ||
[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], ecflow@5, | ||
[email protected], [email protected] +fckit +ectrans +tesselation +fftw, [email protected], [email protected] +fftw, | ||
[email protected], [email protected], fms@release-jcsda, [email protected], [email protected], [email protected], | ||
|
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 |
---|---|---|
|
@@ -45,11 +45,12 @@ spack: | |
externals: | ||
- spec: [email protected] | ||
prefix: /opt/intel/oneapi | ||
intel-oneapi-mkl: | ||
buildable: false | ||
externals: | ||
- spec: [email protected] | ||
prefix: /opt/intel/oneapi | ||
# Comment out for now so that fftw-api uses fftw and not mkl | ||
#intel-oneapi-mkl: | ||
# buildable: false | ||
# externals: | ||
# - spec: [email protected] | ||
# prefix: /opt/intel/oneapi | ||
gmake: | ||
buildable: false | ||
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