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

Reformating

parent c97cbf12
No related branches found
No related tags found
No related merge requests found
Pipeline #197454 canceled
...@@ -16,16 +16,16 @@ packages: ...@@ -16,16 +16,16 @@ packages:
- spec: ^nvhpc+mpi - spec: ^nvhpc+mpi
when: '%nvhpc ^mpi' when: '%nvhpc ^mpi'
- spec: '^openblas %gcc@12.3.0' - spec: ^openblas
when: '%gcc@12.3.0 ^blas' when: '%gcc ^blas'
- spec: '^openblas %gcc@12.3.0' - spec: ^openblas
when: '%gcc@12.3.0 ^lapack' when: '%gcc ^lapack'
- spec: '^intel-oneapi-mkl' - spec: ^intel-oneapi-mkl
when: '%oneapi ^blas' when: '%oneapi ^blas'
- spec: '^intel-oneapi-mkl' - spec: ^intel-oneapi-mkl
when: '%oneapi ^lapack' when: '%oneapi ^lapack'
- spec: ^nvhpc+blas - spec: ^nvhpc+blas
...@@ -34,10 +34,10 @@ packages: ...@@ -34,10 +34,10 @@ packages:
- spec: ^nvhpc+lapack - spec: ^nvhpc+lapack
when: '%nvhpc ^lapack' when: '%nvhpc ^lapack'
- spec: '^cuda %gcc@12.3.0' - spec: ^cuda %gcc@12.3.0
when: '%gcc@12.3.0 ^cuda' when: '%gcc@12.3.0 ^cuda'
- spec: '^cuda +allow-unsupported-compilers %oneapi' - spec: ^cuda +allow-unsupported-compilers %oneapi
when: '%oneapi ^cuda' when: '%oneapi ^cuda'
- spec: "+ipo" - spec: "+ipo"
...@@ -57,14 +57,14 @@ packages: ...@@ -57,14 +57,14 @@ packages:
- spec: '@5.4.10' - spec: '@5.4.10'
hdf5: hdf5:
variants: +hl +threadsafe +szip +cxx +fortran require: ['+hl', '+threadsafe', '+szip', '+cxx', '+fortran']
intel-oneapi-mkl: intel-oneapi-mkl:
prefer: ['+cluster'] prefer: ['+cluster']
libfabric: libfabric:
require: require:
- spec: fabrics=mlx,mrail,psm3,verbs,udp,tcp,sockets,shm - spec: 'fabrics=mlx,mrail,psm3,verbs,udp,tcp,sockets,shm'
llvm: llvm:
prefer: ['~clang'] prefer: ['~clang']
......
...@@ -7,13 +7,15 @@ spack: ...@@ -7,13 +7,15 @@ spack:
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# PE definition # PE definition
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
- mpi_codes: - mpi_gcc_stable:
- osu-micro-benchmarks +graphing - openmpi
- hdf5 +mpi - mpi_oneapi_stable:
- petsc +mpi - intel_oneapi_mpi
- mpi_oneapi: - blas_gcc_stable:
- intel-oneapi-mpi - openblas
- blas_oneapi_stable:
- intel_oneapi_mkl
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Core packages # Core packages
...@@ -30,22 +32,18 @@ spack: ...@@ -30,22 +32,18 @@ spack:
- hdf5 ~mpi - hdf5 ~mpi
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Environment specific # Parallel codes
- when: env['environment'] in ['helvetios'] # -------------------------------------------------------------------------
mpi_gcc_stable: - mpi_codes:
- openmpi - osu-micro-benchmarks +graphing
- when: env['environment'] in ['izar', 'jed'] - hdf5 +mpi
mpi_gcc_stable: - petsc +mpi
- openmpi +cuda
- when: env['environment'] in ['izar', 'jed']
serial_codes:
- cuda
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
# Generic definitions # Generic definitions
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
- mpis: - mpis:
- $mpi_oneapi - $mpi_oneapi_stable
- $mpi_gcc_stable - $mpi_gcc_stable
......
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