File tree Expand file tree Collapse file tree 2 files changed +4
-64
lines changed Expand file tree Collapse file tree 2 files changed +4
-64
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
include ../make.inc
2
2
3
3
MPICC ?= mpicc
4
- MPIC++ ?= mpic++
5
- AITUNING_DIR = ./AITuning/lib/libaituning.a
6
- AITUNING_LIB =
7
4
8
- libcaf_mpi.a : mpi_caf.o AITuning_OpenCoarrays.o ../common/caf_auxiliary.o
9
- ar rcv $@ mpi_caf.o AITuning_OpenCoarrays.o ../common/caf_auxiliary.o
5
+ libcaf_mpi.a : mpi_caf.o ../common/caf_auxiliary.o
6
+ ar rcv $@ mpi_caf.o ../common/caf_auxiliary.o
10
7
ranlib $@
11
8
12
9
.c.o :
13
10
$(MPICC ) $(CFLAGS ) $(MPI_CFLAGS ) -I.. -c $< -o $@
14
- .cpp.o :
15
- $(MPIC++ ) $(CFLAGS ) $(MPI_CFLAGS ) -I.. -I./AITuning/include -c $< -o $@
16
11
17
- mpi_caf.o : mpi_caf.c AITuning_OpenCoarrays.o .. /libcaf.h ../libcaf-gfortran-descriptor.h $( AITUNING_DIR ) $( AITUNING_LIB )
12
+ mpi_caf.o : mpi_caf.c .. /libcaf.h ../libcaf-gfortran-descriptor.h
18
13
19
14
../common/caf_auxiliary.o :
20
15
$(MAKE ) -C ../common
21
16
22
17
clean :
23
- rm -f * .o
18
+ rm -f mpi_caf .o
24
19
25
20
distclean : clean
26
21
rm -f libcaf_mpi.a
You can’t perform that action at this time.
0 commit comments