We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7e40c commit db08b77Copy full SHA for db08b77
src/cuda_mpi/Makefile
@@ -7,7 +7,7 @@ libcaf_cuda.a: mpi_caf.o ../common/caf_auxiliary.o
7
ranlib $@
8
9
.c.o:
10
- $(MPICC) $(CFLAGS) $(MPI_CFLAGS) -I.. -I/opt/nvidia/cudatoolkit6.5/6.5.14-1.0502.9836.9.1/include/ -L/opt/nvidia/cudatoolkit6.5/6.5.14-1.0502.9836.9.1/lib -lcuda -lcudart -c $< -o $@
+ $(MPICC) $(CFLAGS) $(MPI_CFLAGS) -I.. -I/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10280.4.1/include/ -L/opt/nvidia/cudatoolkit7.0/7.0.28-1.0502.10280.4.1/lib -lcuda -lcudart -c $< -o $@
11
12
mpi_caf.o: mpi_caf.c ../libcaf.h ../libcaf-gfortran-descriptor.h
13
0 commit comments