summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft/patches/patch-aa
blob: d67ed9707892e47993404b036fb669e84d3ad55d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
$NetBSD: patch-aa,v 1.1.1.1 1998/10/21 19:35:56 garbled Exp $
--- submit-script.orig	Wed Oct 21 00:18:48 1998
+++ submit-script	Wed Oct 21 00:19:37 1998
@@ -4,7 +4,7 @@
 # separately, and seems somewhat more stable than running them all at once
 # (goodness knows why).
 
-bench -submit -submit-info-only
+bench-fft -submit -submit-info-only
 
 echo 
 echo "You are done entering information now, and the benchmark is"
@@ -17,49 +17,49 @@
 echo
 
 echo "Running 1D benchmark (powers of two)"
-bench -1d -p2 -name "submit"
+bench-fft -1d -p2 -name "submit"
 echo "------------------------------------------------------" >> submit.txt
 echo "@@@@ bench.1d.p2.dat" >> submit.txt
 cat submit.p2.1d.dat >> submit.txt
 
 echo "Running 1D benchmark (non-powers of two)"
-bench -1d -np2 -name "submit"
+bench-fft -1d -np2 -name "submit"
 echo "------------------------------------------------------" >> submit.txt
 echo "@@@@ bench.1d.np2.dat" >> submit.txt
 cat submit.np2.1d.dat >> submit.txt
 
 echo "Running 3D benchmark (powers of two)"
-bench -3d -p2 -name "submit"
+bench-fft -3d -p2 -name "submit"
 echo "------------------------------------------------------" >> submit.txt
 echo "@@@@ bench.3d.p2.dat" >> submit.txt
 cat submit.p2.3d.dat >> submit.txt
 
 echo "Running 3D benchmark (non-powers of two)"
-bench -3d -np2 -name "submit"
+bench-fft -3d -np2 -name "submit"
 echo "------------------------------------------------------" >> submit.txt
 echo "@@@@ bench.3d.np2.dat" >> submit.txt
 cat submit.np2.3d.dat >> submit.txt
 
 echo "Running 1D real-complex benchmark (powers of two)"
-bench -r1d -p2 -name "submit"
+bench-fft -r1d -p2 -name "submit"
 echo "------------------------------------------------------" >> submit.txt
 echo "@@@@ bench.r1d.p2.dat" >> submit.txt
 cat submit.p2.r1d.dat >> submit.txt
 
 echo "Running 1D real-complex benchmark (non-powers of two)"
-bench -r1d -np2 -name "submit"
+bench-fft -r1d -np2 -name "submit"
 echo "------------------------------------------------------" >> submit.txt
 echo "@@@@ bench.r1d.np2.dat" >> submit.txt
 cat submit.np2.r1d.dat >> submit.txt
 
 echo "Running 2D real-complex benchmark (powers of two)"
-bench -r2d -p2 -name "submit"
+bench-fft -r2d -p2 -name "submit"
 echo "------------------------------------------------------" >> submit.txt
 echo "@@@@ bench.r2d.p2.dat" >> submit.txt
 cat submit.p2.r2d.dat >> submit.txt
 
 echo "Running 2D real-complex benchmark (non-powers of two)"
-bench -r2d -np2 -name "submit"
+bench-fft -r2d -np2 -name "submit"
 echo "------------------------------------------------------" >> submit.txt
 echo "@@@@ bench.r2d.np2.dat" >> submit.txt
 cat submit.np2.r2d.dat >> submit.txt