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