Skip to content
Snippets Groups Projects
Commit 3a1a78ac authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Trying my chance with blas

parent 2cc990a7
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,25 @@ packages:
- spec: ^nvhpc+mpi
when: '%nvhpc ^mpi'
- spec: '^cuda%gcc@12.3.0'
- spec: '^openblas %gcc@12.3.0'
when: '%gcc@12.3.0 ^blas'
- spec: '^openblas %gcc@12.3.0'
when: '%gcc@12.3.0 ^lapack'
- spec: '^intel-oneapi-mkl'
when: '%oneapi ^blas'
- spec: '^intel-oneapi-mkl'
when: '%oneapi ^lapack'
- spec: ^nvhpc+blas
when: '%nvhpc ^blas'
- spec: ^nvhpc+lapack
when: '%nvhpc ^lapack'
- spec: '^cuda %gcc@12.3.0'
when: '%gcc@12.3.0 ^cuda'
- spec: '^cuda +allow-unsupported-compilers %oneapi'
......@@ -41,6 +59,9 @@ packages:
hdf5:
variants: +hl +threadsafe +szip +cxx +fortran
intel-oneapi-mkl:
prefer: ['+cluster']
libfabric:
require:
- spec: fabrics=mlx,mrail,psm3,verbs,udp,tcp,sockets,shm
......@@ -51,6 +72,9 @@ packages:
mesa:
require: ['~llvm', '+opengl', '+opengles', '+osmesa']
openblas:
prefer: ['threads=pthreads']
openmpi:
require:
- spec: '@5.0.3 fabrics=ofi,ucx,verbs schedulers=slurm ~rsh +romio romio-filesystem=gpfs'
......
......@@ -10,6 +10,7 @@ spack:
- mpi_codes:
- osu-micro-benchmarks +graphing
- hdf5 +mpi
- petsc +mpi
- mpi_oneapi:
- intel-oneapi-mpi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment