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

Cannot have openmp and threads

parent 00c63aba
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
Pipeline #203213 failed
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -86,11 +86,11 @@ packages:
kokkos:
require: ['+numactl', '+memkind', '+serial',
'+openmp', '~openmptarget',
'+threads', '~sycl',
'~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']
......
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