Commit 40e776eb authored by Stan Moore's avatar Stan Moore
Browse files

Remove OpenMP from KOKKOS_DEVICES in Kokkos CUDA Makefiles since normally this...

Remove OpenMP from KOKKOS_DEVICES in Kokkos CUDA Makefiles since normally this doesn't improve performance
parent f39c6213
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ SIZE = size
ARCHIVE =	ar
ARFLAGS =	-rc
SHLIBFLAGS =	-shared
KOKKOS_DEVICES = Cuda, OpenMP
KOKKOS_DEVICES = Cuda
KOKKOS_ARCH =   Pascal60,Power8

# ---------------------------------------------------------------------
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ SIZE = size
ARCHIVE =	ar
ARFLAGS =	-rc
SHLIBFLAGS =	-shared
KOKKOS_DEVICES = Cuda, OpenMP
KOKKOS_DEVICES = Cuda
KOKKOS_ARCH =   Kepler35

# ---------------------------------------------------------------------