mirror of https://github.com/lammps/lammps.git
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:
parent
cb971f0166
commit
0cc260a1af
src/MAKE/OPTIONS
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue