Commit 9250a559 authored by Stan Moore's avatar Stan Moore
Browse files

Adding enable_lambda to KOKKOS_CUDA_OPTIONS

parent a9f0b7d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ KOKKOS_OPTIONS ?= ""

#Default settings specific options
#Options: force_uvm,use_ldg,rdc,enable_lambda
KOKKOS_CUDA_OPTIONS ?= ""
KOKKOS_CUDA_OPTIONS ?= "enable_lambda"

# Check for general settings

+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ ARFLAGS = -rc
SHLIBFLAGS =	-shared
KOKKOS_DEVICES = Cuda, OpenMP
KOKKOS_ARCH =   Kepler35
KOKKOS_CUDA_OPTIONS = enable_lambda

# ---------------------------------------------------------------------
# LAMMPS-specific settings, all OPTIONAL