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

Tweak to Kokkos Cuda Makefile allowing it to automatically find the nvcc wrapper

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14079 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 27c4accd
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
SHELL = /bin/sh SHELL = /bin/sh
export OMPI_CXX = ../../lib/kokkos/config/nvcc_wrapper KOKKOS_ABSOLUTE_PATH = $(shell cd $(KOKKOS_PATH); pwd)
export OMPI_CXX = $(KOKKOS_ABSOLUTE_PATH)/config/nvcc_wrapper
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
# compiler/linker settings # compiler/linker settings
......
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