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 bf08094 commit 249f9aaCopy full SHA for 249f9aa
Makefile
@@ -48,18 +48,10 @@ bin/fperf%: perf.f90
48
mkdir -p mods/$@ #Modules for each binary go in separate directories
49
$(FC) $(FFLAGS) -Jmods/$@ -O$* $< -o $@ -lopenblas -lm -lpthread
50
51
-benchmarks/c.csv: \
52
- benchmarks/c0.csv \
53
- benchmarks/c1.csv \
54
- benchmarks/c2.csv \
55
- benchmarks/c3.csv
+benchmarks/c.csv: benchmarks/c2.csv
56
cat $^ > $@
57
58
-benchmarks/fortran.csv: \
59
- benchmarks/fortran0.csv \
60
- benchmarks/fortran1.csv \
61
- benchmarks/fortran2.csv \
62
- benchmarks/fortran3.csv
+benchmarks/fortran.csv: benchmarks/fortran2.csv
63
64
65
benchmarks/c%.csv: bin/perf%
0 commit comments