forked from lijiext/lammps
Adding enable_lambda to KOKKOS_CUDA_OPTIONS
This commit is contained in:
parent
a9f0b7d523
commit
9250a55923
|
@ -20,7 +20,7 @@ KOKKOS_OPTIONS ?= ""
|
||||||
|
|
||||||
#Default settings specific options
|
#Default settings specific options
|
||||||
#Options: force_uvm,use_ldg,rdc,enable_lambda
|
#Options: force_uvm,use_ldg,rdc,enable_lambda
|
||||||
KOKKOS_CUDA_OPTIONS ?= ""
|
KOKKOS_CUDA_OPTIONS ?= "enable_lambda"
|
||||||
|
|
||||||
# Check for general settings
|
# Check for general settings
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ ARFLAGS = -rc
|
||||||
SHLIBFLAGS = -shared
|
SHLIBFLAGS = -shared
|
||||||
KOKKOS_DEVICES = Cuda, OpenMP
|
KOKKOS_DEVICES = Cuda, OpenMP
|
||||||
KOKKOS_ARCH = Kepler35
|
KOKKOS_ARCH = Kepler35
|
||||||
KOKKOS_CUDA_OPTIONS = enable_lambda
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------
|
# ---------------------------------------------------------------------
|
||||||
# LAMMPS-specific settings, all OPTIONAL
|
# LAMMPS-specific settings, all OPTIONAL
|
||||||
|
|
Loading…
Reference in New Issue