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

more cleaning

parent ff473d71
No related branches found
No related tags found
No related merge requests found
Pipeline #197455 canceled
......@@ -7,14 +7,14 @@ spack:
# -------------------------------------------------------------------------
# PE definition
# -------------------------------------------------------------------------
- mpi_gcc_stable:
- mpi_gcc:
- openmpi
- mpi_oneapi_stable:
- mpi_oneapi:
- intel_oneapi_mpi
- blas_gcc_stable:
- blas_gcc:
- openblas
- blas_oneapi_stable:
- blas_oneapi:
- intel_oneapi_mkl
# -------------------------------------------------------------------------
......@@ -43,21 +43,29 @@ spack:
# Generic definitions
# -------------------------------------------------------------------------
- mpis:
- $mpi_oneapi_stable
- $mpi_gcc_stable
- $mpi_oneapi
- $mpi_gcc
specs:
- matrix:
- [$compilers_specs]
- matrix:
- [$blas_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$blas_gcc]
- [$%compiler_gcc]
- matrix:
- [$mpi_oneapi]
- [$%compiler_oneapi]
- matrix:
- [$mpi_gcc_stable]
- [$%compiler_gcc_stable]
- [$mpi_gcc]
- [$%compiler_gcc]
- matrix:
- [$core_codes]
......
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