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

Adding kokkos

parent 717f66d6
No related branches found
No related tags found
No related merge requests found
Pipeline #198235 canceled
...@@ -16,21 +16,26 @@ packages: ...@@ -16,21 +16,26 @@ packages:
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
hypre: hypre:
require: require:
- spec: '+cuda cuda_arch=89,90' - spec: '+cuda cuda_arch=90'
when: '%gcc'
kokkos:
require:
- spec: '+cuda cuda_arch=90 +cuda_uvm'
when: '%gcc' when: '%gcc'
openmpi: openmpi:
require: require:
- spec: 'fabrics=hcoll +cuda cuda_arch=89,90 target=icelake' - spec: 'fabrics=hcoll +cuda cuda_arch=90 target=icelake'
petsc: petsc:
require: require:
- spec: '+cuda cuda_arch=89,90' - spec: '+cuda cuda_arch=90'
when: '%gcc' when: '%gcc'
py-torch: py-torch:
require: require:
- spec: '+cuda cuda_arch=89,90 +nccl +cudnn' - spec: '+cuda cuda_arch=90 +nccl +cudnn'
quantum-espresso: quantum-espresso:
require: require:
...@@ -38,7 +43,7 @@ packages: ...@@ -38,7 +43,7 @@ packages:
ucx: ucx:
require: require:
- spec: '+xpmem +cma +rdmacm +rc +ud +dc +verbs +ib_hw_tm +vfs +gdrcopy +cuda cuda_arch=89,90 target=icelake ~rocm' - spec: '+xpmem +cma +rdmacm +rc +ud +dc +verbs +ib_hw_tm +vfs +gdrcopy +cuda cuda_arch=90 target=icelake ~rocm'
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Externals # Externals
......
...@@ -91,6 +91,9 @@ packages: ...@@ -91,6 +91,9 @@ packages:
intel-oneapi-mkl: intel-oneapi-mkl:
prefer: ['+cluster'] prefer: ['+cluster']
kokkos:
prefer: ['+openmp', '+openmptarget', '+numactl', '+memkind', '+threads', '+aggressive_vectorization']
lammps: lammps:
require: ['build_type=Release', '+asphere', '+atc', '+body', '+class2', require: ['build_type=Release', '+asphere', '+atc', '+body', '+class2',
'+colloid', '+compress', '+coreshell', '+dipole', '+diffraction', '+extra-dump', '+colloid', '+compress', '+coreshell', '+dipole', '+diffraction', '+extra-dump',
......
...@@ -92,6 +92,7 @@ spack: ...@@ -92,6 +92,7 @@ spack:
- intel-oneapi-tbb - intel-oneapi-tbb
- jasper - jasper
- kallisto ^hdf5 ~mpi - kallisto ^hdf5 ~mpi
- kokkos
- mafft - mafft
- metis - metis
- muscle - muscle
......
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