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

Trying to solve the compiler version mis placed

parent 9770e1e4
No related branches found
No related tags found
No related merge requests found
Pipeline #179138 failed
......@@ -6,29 +6,42 @@ spack:
definitions:
- compilers:
- gcc@13.2.0
- gcc@12.2.0
- intel-oneapi-compilers
- when: env['environment'] == 'helvetios'
serial_codes_per_cluster:
- ucx +rdmacm +rc +dc +ud +cma +mlx5_dv +parameter_checking +thread_multiple +verbs ~cuda ~gdrcopy
- when: env['environment'] == 'izar'
serial_codes_per_cluster:
- ucx +rdmacm +rc +dc +ud +cma +mlx5_dv +parameter_checking +thread_multiple +verbs +cuda cuda_arch=70 +gdrcopy
- mpi_codes:
- osu-micro-benchmarks
- when: env['environment'] == 'helvetios'
mpis:
- openmpi fabrics=ofi,ucx,verbs schedulers=slurm ~rsh +gpfs
^ucx +rdmacm +rc +dc +ud +cma +mlx5_dv +parameter_checking +thread_multiple +verbs
- when: env['environment'] == 'izar'
mpis:
- openmpi fabrics=ofi,ucx,verbs schedulers=slurm ~rsh +gpfs +cuda cuda_arch=70
^ucx +rdmacm +rc +dc +ud +cma +mlx5_dv +parameter_checking +thread_multiple +verbs +cuda cuda_arch=70 +gdrcopy
- all_serial_codes:
- $serial_codes_per_cluster
- $mpis
specs:
- $compilers
- matrix:
- [$mpis]
- [$all_serial_codes]
- [$%compilers]
- matrix:
- [$mpi_codes]
- [$^mpis]
- [$%compilers]
concretize:
unify: when_possible
view:
default:
root: /stack/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