diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-08-30 11:16:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 11:16:35 +0200 |
commit | 1c1970e7277440069c0050ebaf6720f72dcdf2e5 (patch) | |
tree | e86e09dc707e14e17347bdf694180f105ac4c282 /etc | |
parent | c283fce487d75ce1f8b78cb30239630455501391 (diff) | |
download | spack-1c1970e7277440069c0050ebaf6720f72dcdf2e5.tar.gz spack-1c1970e7277440069c0050ebaf6720f72dcdf2e5.tar.bz2 spack-1c1970e7277440069c0050ebaf6720f72dcdf2e5.tar.xz spack-1c1970e7277440069c0050ebaf6720f72dcdf2e5.zip |
Put some more constraint on a few mpi providers (#46132)
This should help not selecting, by default, some niche implementation that are supposed to be externals.
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/packages.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml index 2f6cf53def..037c648af8 100644 --- a/etc/spack/defaults/packages.yaml +++ b/etc/spack/defaults/packages.yaml @@ -72,3 +72,13 @@ packages: permissions: read: world write: user + cray-mpich: + buildable: false + cray-mvapich2: + buildable: false + fujitsu-mpi: + buildable: false + hpcx-mpi: + buildable: false + spectrum-mpi: + buildable: false |