Commit a9a19711 authored by Taddeüs Kroes's avatar Taddeüs Kroes

ModSim ass4 taddeus: Ran comparison benchmark.

parent 9f9893bc
...@@ -11,7 +11,7 @@ FILE=compare.txt ...@@ -11,7 +11,7 @@ FILE=compare.txt
echo "" > $FILE echo "" > $FILE
# Execute parallel program for different numbers of nodes # Execute parallel program for different numbers of nodes
for (( i = 900; i <= 900000; i += 10000 )); do for (( i = 5000; i <= 15000; i += 500 )); do
dx=`echo "1/$i" | bc -l` dx=`echo "1/$i" | bc -l`
args="sinus 10000 1 $dx 1 2" args="sinus 10000 1 $dx 1 2"
......
5000
0.96
1.63
5000
0.97
1.65
5000
0.96
1.72
5000
0.96
1.62
5500
1.05
1.83
5500
1.06
2.10
5500
1.06
1.84
5500
1.06
1.61
6000
1.15
1.85
6000
1.15
1.63
6000
1.15
1.84
6000
1.15
2.27
6500
1.24
1.68
6500
1.24
1.83
6500
1.25
2.04
6500
1.24
2.24
7000
1.35
1.84
7000
1.36
1.85
7000
1.35
1.86
7000
1.35
1.66
7500
1.43
2.06
7500
1.44
1.73
7500
1.44
1.66
7500
1.44
2.10
8000
1.54
2.07
8000
1.54
1.68
8000
1.53
1.66
8000
1.54
1.66
8500
1.64
1.91
8500
1.63
1.68
8500
1.63
5.28
8500
1.63
1.68
9000
1.73
1.90
9000
1.73
2.01
9000
1.73
1.70
9000
1.73
1.73
9500
1.81
1.73
9500
1.82
2.55
9500
1.81
2.37
9500
1.81
1.74
10000
1.92
2.10
10000
1.92
2.12
10000
1.92
2.53
10000
1.92
2.10
10500
2.02
2.12
10500
2.01
1.91
10500
2.01
1.73
10500
2.01
2.31
11000
2.11
2.55
11000
2.43
2.55
11000
2.11
1.96
11000
2.11
1.92
11500
2.20
2.59
11500
2.21
2.35
11500
2.19
2.33
11500
2.20
1.72
12000
2.30
2.00
12000
2.30
1.97
12000
2.30
2.39
12000
2.32
2.37
12500
2.39
2.00
12500
2.39
1.78
12500
2.40
2.16
12500
2.39
2.18
13000
2.49
2.37
13000
2.50
2.18
13000
2.51
2.22
13000
2.50
1.98
13500
2.58
2.22
13500
2.59
2.20
13500
2.58
2.36
13500
2.58
2.60
14000
2.68
2.04
14000
2.68
2.38
14000
2.68
2.39
14000
2.69
1.97
14500
2.77
2.01
14500
2.78
2.00
14500
2.78
2.21
14500
2.78
2.61
15000
2.89
2.23
15000
2.88
2.23
15000
2.89
2.02
15000
2.86
2.23
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment