Commit 26000269 authored by Taddeus Kroes's avatar Taddeus Kroes

ModSim ass4 taddeus: Ran benchmark on 10 nodes.

parent 359746b2
...@@ -5,12 +5,13 @@ if [ $# -lt 7 ]; then ...@@ -5,12 +5,13 @@ if [ $# -lt 7 ]; then
fi fi
# Build hosts string # Build hosts string
hosts="edu020,edu021" START=19
cur=`expr $START + 1`
hosts="edu0$START,edu0$cur"
for i in `seq 3 $1`; do for i in `seq 3 $1`; do
hosts="$hosts,edu02`expr $i - 1`" cur=`expr $cur + 1`
hosts="$hosts,edu0$cur"
done done
#mpirun -np ${1-4} ./par ${@:2:$#}
mpirun -mca plm_rsh_agent /usr/bin/rsh -n $1 -host $hosts ./par ${@:2:$#} mpirun -mca plm_rsh_agent /usr/bin/rsh -n $1 -host $hosts ./par ${@:2:$#}
#mpirun -np ${1-4} --mca pls_rsh_agent rsa \ #mpirun -np ${1-4} ./par ${@:2:$#}
# --hostfile ~/.mpirun.machines ./par ${@:2:$#}
19.48 19.47
2 11.03 2 11.06
2 10.99
2 11.04
2 11.07 2 11.07
3 7.86 2 11.09
3 7.83 2 11.00
3 11.37 3 8.09
3 8.03 3 8.76
4 6.47 3 8.09
4 7.02 3 8.27
4 6.30 4 6.92
4 6.45 4 6.83
5 5.29 4 7.24
5 5.68 4 6.70
5 5.50 5 6.20
5 6.05 5 5.46
6 4.66 5 5.40
6 4.66 5 5.88
6 5.62
6 5.25 6 5.25
6 4.71 6 4.94
7 4.63 6 5.07
7 4.42 7 4.48
7 4.44 7 4.84
7 4.23 7 4.85
7 5.02
8 4.44
8 4.51 8 4.51
8 3.91 8 4.93
8 4.14 8 4.36
8 4.11
Command exited with non-zero status 1
9 21.12
9 4.22
9 4.08
9 4.31 9 4.31
Command exited with non-zero status 1 9 3.67
10 3.05 9 4.30
Command exited with non-zero status 1 9 4.15
10 3.05 10 4.05
Command exited with non-zero status 1 10 3.66
10 3.05 10 3.90
Command exited with non-zero status 1 10 3.88
10 3.10
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