Adding enable_lambda to KOKKOS_CUDA_OPTIONS

This commit is contained in:
Stan Moore 2017-01-09 12:24:30 -07:00
parent a9f0b7d523
commit 9250a55923
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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