Skip to content
Snippets Groups Projects
Commit f393d016 authored by stamoor's avatar stamoor
Browse files

Slight tweaks to Kokkos Makefiles

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13590 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 74aa4926
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler
CC = nvcc -ccbin=mpicxx
CCFLAGS = -g -O3 -arch=sm_20
CCFLAGS = -g -O3
SHFLAGS = -fPIC
DEPFLAGS = -M
......@@ -19,7 +19,9 @@ SIZE = size
ARCHIVE = ar
ARFLAGS = -rc
SHLIBFLAGS = -shared
KOKKOS_DEVICES = Cuda
KOKKOS_DEVICES = Cuda, OpenMP
KOKKOS_ARCH = Kepler35
CUDA_PATH = /usr/local/cuda
# ---------------------------------------------------------------------
# LAMMPS-specific settings, all OPTIONAL
......
......@@ -20,7 +20,7 @@ ARCHIVE = ar
ARFLAGS = -rc
SHLIBFLAGS = -shared
KOKKOS_DEVICES = OpenMP
KOKKOS_ARCGH = KNC
KOKKOS_ARCH = KNC
# ---------------------------------------------------------------------
# LAMMPS-specific settings, all OPTIONAL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment