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 ...@@ -7,7 +7,7 @@ SHELL = /bin/sh
# specify flags and libraries needed for your compiler # specify flags and libraries needed for your compiler
CC = nvcc -ccbin=mpicxx CC = nvcc -ccbin=mpicxx
CCFLAGS = -g -O3 -arch=sm_20 CCFLAGS = -g -O3
SHFLAGS = -fPIC SHFLAGS = -fPIC
DEPFLAGS = -M DEPFLAGS = -M
...@@ -19,7 +19,9 @@ SIZE = size ...@@ -19,7 +19,9 @@ SIZE = size
ARCHIVE = ar ARCHIVE = ar
ARFLAGS = -rc ARFLAGS = -rc
SHLIBFLAGS = -shared SHLIBFLAGS = -shared
KOKKOS_DEVICES = Cuda KOKKOS_DEVICES = Cuda, OpenMP
KOKKOS_ARCH = Kepler35
CUDA_PATH = /usr/local/cuda
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
# LAMMPS-specific settings, all OPTIONAL # LAMMPS-specific settings, all OPTIONAL
......
...@@ -20,7 +20,7 @@ ARCHIVE = ar ...@@ -20,7 +20,7 @@ ARCHIVE = ar
ARFLAGS = -rc ARFLAGS = -rc
SHLIBFLAGS = -shared SHLIBFLAGS = -shared
KOKKOS_DEVICES = OpenMP KOKKOS_DEVICES = OpenMP
KOKKOS_ARCGH = KNC KOKKOS_ARCH = KNC
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
# LAMMPS-specific settings, all OPTIONAL # 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