Commit 4a2bab4c authored by Taddeus Kroes's avatar Taddeus Kroes

ModSim ass4 taddeus: Ran benchmark on 11-13 nodes.

parent 84420ab6
...@@ -13,8 +13,7 @@ args="sinus 10000 1 $dx 1 2" ...@@ -13,8 +13,7 @@ args="sinus 10000 1 $dx 1 2"
/usr/bin/time -f "%e" -o $FILE ./seq $args /usr/bin/time -f "%e" -o $FILE ./seq $args
# Execute parallel program for different numbers of nodes # Execute parallel program for different numbers of nodes
#for (( i=2; i <= $1; i += $2 )); do for i in `seq 2 13`; do
for i in `seq 2 10`; do
for j in `seq $REPEAT`; do for j in `seq $REPEAT`; do
/usr/bin/time -f "$i %e" -ao $FILE ./par.sh $i $args /usr/bin/time -f "$i %e" -ao $FILE ./par.sh $i $args
done done
......
...@@ -5,7 +5,7 @@ if [ $# -lt 7 ]; then ...@@ -5,7 +5,7 @@ if [ $# -lt 7 ]; then
fi fi
# Build hosts string # Build hosts string
START=19 START=16
cur=`expr $START + 1` cur=`expr $START + 1`
hosts="edu0$START,edu0$cur" hosts="edu0$START,edu0$cur"
for i in `seq 3 $1`; do for i in `seq 3 $1`; do
......
...@@ -35,3 +35,15 @@ ...@@ -35,3 +35,15 @@
10 4.09 10 4.09
10 3.91 10 3.91
10 3.68 10 3.68
11 3.93
11 3.57
11 3.54
11 4.34
12 3.64
12 3.41
12 3.42
12 3.62
13 3.15
13 3.53
13 3.92
13 3.72
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