Skip to content
Snippets Groups Projects
Commit ec80eed1 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing compilation example 7

parent db7b6be7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ include ../../example.mk
CUDA_CC=
CUDA_CC_LINK=
ifeq (, $(shell which nvcc))
CUDA_CC=mpic++ $(INCLUDE_PATH)
CUDA_CC=mpic++ -x c++ $(INCLUDE_PATH)
INCLUDE_PATH_NVCC=
CUDA_CC_LINK=mpic++
CUDA_OPTIONS=
......
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