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