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

A bit of cleaning and moving things around

parent 6a6e24a7
No related branches found
No related tags found
No related merge requests found
Pipeline #197457 failed
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
"ca-certificates-mozilla", "ca-certificates-mozilla",
"check", "check",
"cmake", "cmake",
"cuda",
"diffutils", "diffutils",
"expat", "expat",
"findutils", "findutils",
......
...@@ -2,19 +2,17 @@ packages: ...@@ -2,19 +2,17 @@ packages:
all: all:
target: ["icelake"] target: ["icelake"]
require: require:
- spec: ^openmpi +cuda target=icelake - spec: ^openmpi target=icelake
when: '%gcc ^mpi' when: '%gcc ^mpi'
- spec: cuda_arch=90 target=icelake - spec: cuda_arch=90 target=icelake
when: '+cuda' when: '+cuda'
- spec: "^cuda target=icelake"
when: '^cuda'
- spec: '~cuda' - spec: '~cuda'
when: '%oneapi' when: '%oneapi'
- '+cuda' - spec: '+cuda'
when: '%gcc'
ucx: ucx:
require: require:
......
...@@ -34,12 +34,6 @@ packages: ...@@ -34,12 +34,6 @@ packages:
- spec: ^nvhpc+lapack - spec: ^nvhpc+lapack
when: '%nvhpc ^lapack' when: '%nvhpc ^lapack'
- spec: ^cuda %gcc@12.3.0
when: '%gcc@12.3.0 ^cuda'
- spec: ^cuda +allow-unsupported-compilers %oneapi
when: '%oneapi ^cuda'
- spec: "+ipo" - spec: "+ipo"
when: '%gcc' when: '%gcc'
......
...@@ -10,12 +10,12 @@ spack: ...@@ -10,12 +10,12 @@ spack:
- mpi_gcc: - mpi_gcc:
- openmpi - openmpi
- mpi_oneapi: - mpi_oneapi:
- intel_oneapi_mpi - intel-oneapi-mpi
- blas_gcc: - blas_gcc:
- openblas - openblas
- blas_oneapi: - blas_oneapi:
- intel_oneapi_mkl - intel-oneapi-mkl
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Core packages # Core packages
......
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