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

Changing cuda version

parent cd4df1e3
No related branches found
No related tags found
No related merge requests found
Pipeline #196125 failed
...@@ -42,10 +42,7 @@ packages: ...@@ -42,10 +42,7 @@ packages:
cuda: cuda:
require: require:
- spec: '@12.4.0' - spec: '@12.3.2'
# cuda:
# variants: "+allow-unsupported-compilers"
hdf5: hdf5:
variants: +hl +threadsafe +szip +cxx +fortran variants: +hl +threadsafe +szip +cxx +fortran
......
...@@ -12,12 +12,6 @@ spack: ...@@ -12,12 +12,6 @@ spack:
- mpi_oneapi: - mpi_oneapi:
- intel-oneapi-mpi - intel-oneapi-mpi
- when: env['environment'] in ['helvetios']
mpi_gcc_stable:
- openmpi
- when: env['environment'] in ['izar', 'jed']
mpi_gcc_stable:
- openmpi +cuda
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Serial codes # Serial codes
...@@ -26,6 +20,18 @@ spack: ...@@ -26,6 +20,18 @@ spack:
- python - python
- hdf5 ~mpi - hdf5 ~mpi
# -------------------------------------------------------------------------
# Environment specific
- when: env['environment'] in ['helvetios']
mpi_gcc_stable:
- openmpi
- when: env['environment'] in ['izar', 'jed']
mpi_gcc_stable:
- openmpi +cuda
- when: env['environment'] in ['izar', 'jed']
serial_codes:
- cuda
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Generic definitions # Generic definitions
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
...@@ -33,6 +39,7 @@ spack: ...@@ -33,6 +39,7 @@ spack:
- $mpi_oneapi - $mpi_oneapi
- $mpi_gcc_stable - $mpi_gcc_stable
specs: specs:
- matrix: - matrix:
- [$compilers_specs] - [$compilers_specs]
......
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