Skip to content

Commit db08b77

Browse files
author
Damian Rouson
committed
Updating CUDA library path to CUDA 7.0.
1 parent fd7e40c commit db08b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cuda_mpi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ libcaf_cuda.a: mpi_caf.o ../common/caf_auxiliary.o
77
ranlib $@
88

99
.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 $@
10+
$(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 $@
1111

1212
mpi_caf.o: mpi_caf.c ../libcaf.h ../libcaf-gfortran-descriptor.h
1313

0 commit comments

Comments
 (0)