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

Aligning kokkos and petsc

parent 4a60b770
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -28,7 +28,7 @@ packages:
kokkos:
require:
- spec: '+cuda +cuda_lambda cuda_arch=90 +cuda_uvm +wrapper ~openmptarget'
- spec: '+cuda +cuda_lambda cuda_arch=90 +wrapper ~openmptarget'
when: '%gcc'
kokkos-kernels:
......
......@@ -28,7 +28,7 @@ packages:
kokkos:
require:
- spec: '+cuda +cuda_lambda cuda_arch=89 +cuda_uvm +wrapper ~openmptarget'
- spec: '+cuda +cuda_lambda cuda_arch=89 +wrapper ~openmptarget'
when: '%gcc'
kokkos-kernels:
......
......@@ -84,11 +84,13 @@ packages:
require: ['@1.10.4']
kokkos:
require: ['+openmp', '+numactl', '+memkind', '~threads',
'+aggressive_vectorization', '@4.3.01']
require: ['+numactl', '+memkind', '+serial',
'+openmp', '~openmptarget',
'+threads', '~sycl',
'+aggressive_vectorization', '@4.3.01']
kokkos-kernels:
require: ['@4.3.01', '+openmp', '~threads', '~ipo']
require: ['@4.3.01', '+openmp', '+threads', '~ipo']
kokkos-nvcc-wrapper:
prefer: ['@4.3.01']
......@@ -161,6 +163,9 @@ packages:
mpfr:
require: ['@4.0.2']
mumps:
require: ['+openmp', '+metis', '+parmetis']
netcdf-c:
prefer: ['+mpi']
......@@ -186,7 +191,7 @@ packages:
petsc:
require:
- spec: '+hypre +mumps +saws +scalapack +mpi +suite-sparse +kokkos'
- spec: '+hypre +mumps +saws +scalapack +mpi +suite-sparse +kokkos +openmp'
python:
require:
......
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