Displaying 1 result from an estimated 1 matches for "subiteration".
2012 Nov 28
1
Strange ssh thing - Keys suddenly decide to stop working.
...ot; -l "$runtime" > /cm/shared/tpcc/"$runname"/"$3"/"$vmhostnameprefix""$1"-result-"$2"
EOF
do
sleep 60
done
}
for ((iteration=1; iteration < 13; iteration++));
do
for warehouses in {10..100..10}
do
for ((subiteration=1; subiteration <= $iteration; subiteration++));
do
#we have to do some arithmetic to spawn tpcc within the VM on the right physical node
ode001=$(($subiteration))
#two significant digits for the hostname
node001=$(printf %02d%s ${a%.*} ${a##*.} $ode...