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

Removing oneapi leftovers

parent 5492f4f1
No related branches found
No related tags found
No related merge requests found
Pipeline #200179 failed
......@@ -18,21 +18,12 @@ spack:
- mpi_gcc:
- openmpi@5.0.3
- mpi_oneapi:
- intel-oneapi-mpi@2021.12.1
- blas_gcc:
- openblas@0.3.26
- blas_oneapi:
- intel-oneapi-mkl@2024.1.0
- python_gcc:
- python@3.11.7
- python_oneapi:
- python@3.11.7
# -------------------------------------------------------------------------
# Core packages
# -------------------------------------------------------------------------
......@@ -74,30 +65,14 @@ spack:
- cuda_serial_codes: []
# -------------------------------------------------------------------------
# Generic definitions
# -------------------------------------------------------------------------
- mpis:
- $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]
- [$%compiler_gcc]
......@@ -118,10 +93,6 @@ spack:
- [$gcc_serial_codes]
- [$%compiler_gcc]
- matrix:
- [$oneapi_serial_codes]
- [$%compiler_oneapi]
- matrix:
- [$cuda_serial_codes]
- [$%compiler_gcc]
......
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