Slight tweak to Kokkos Cuda Makefile

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14052 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
stamoor 2015-09-23 23:06:12 +00:00
parent cb971f0166
commit 0cc260a1af
1 changed files with 2 additions and 1 deletions
src/MAKE/OPTIONS

View File

@ -2,7 +2,8 @@
SHELL = /bin/sh
export OMPI_CXX = ../../lib/config/nvcc_wrapper
KOKKOS_ABSOLUTE_PATH = $(shell cd $(KOKKOS_PATH); pwd)
export OMPI_CXX = $(KOKKOS_ABSOLUTE_PATH)/config/nvcc_wrapper
# ---------------------------------------------------------------------
# compiler/linker settings