FIX: remove preference for cray-mpich and use pmix

This commit is contained in:
2024-11-07 10:45:22 +01:00
parent 9553585216
commit 65e12fc811
2 changed files with 20 additions and 18 deletions

View File

@ -1,10 +1,12 @@
packages:
all:
compiler: [gcc@12.3, cce, nvhpc]
compiler: [gcc, nvhpc, cce]
prefer:
- spec: '^openmpi'
providers:
blas: [cray-libsci, openblas, nvhpc]
lapack: [cray-libsci, openblas, nvhpc]
mpi: [cray-mpich, openmpi]
blas: [openblas, nvhpc, cray-libsci]
lapack: [openblas, nvhpc, cray-libsci]
mpi: [openmpi, cray-mpich]
pkgconfig: [pkg-config]
scalapack: [cray-libsci]
require:
@ -13,7 +15,6 @@ packages:
when: "%gcc"
- spec: "target=zen3"
when: "%nvhpc"
# Grace Hopper arch
variants:
- cuda_arch=80
autoconf:
@ -215,11 +216,10 @@ packages:
spec: openldap@2.4.46
openmpi:
require:
- spec: 'schedulers=slurm fabrics=ofi +pmi pmi-interface=cray +cxx +cxx_exceptions +cuda +legacylaunchers'
when: '%gcc'
- spec: 'schedulers=slurm fabrics=ofi +pmi pmi-interface=cray +cxx +cuda +legacylaunchers'
when: 'nvhpc'
- spec: 'schedulers=slurm fabrics=ofi +pmi pmi-interface=cray +cxx +legacylaunchers'
- spec: "schedulers=slurm fabrics=ofi +cuda +legacylaunchers"
when: "@5.0.0:"
- spec: "schedulers=slurm fabrics=ofi +pmi +cxx +cxx_exception +cuda +legacylaunchers"
when: "@:5.0.0"
openssh:
require: '%gcc@7.5.0'
openssl: