Skip to content

Commit

Permalink
Add pthread variant to kokkos-kernels (spack#22120)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuberry authored Mar 9, 2021
1 parent 4d1d435 commit 303230f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/kokkos-kernels/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class KokkosKernels(CMakePackage, CudaPackage):
'serial': (False, "enable Serial backend (default)"),
'cuda': (False, "enable Cuda backend"),
'openmp': (False, "enable OpenMP backend"),
'pthread': (False, "enable Pthread backend"),
}

for backend in backends:
Expand Down

0 comments on commit 303230f

Please sign in to comment.