7 test ${#toclean[@]} -gt 0 && rm -f "${toclean[@]}"
16 grep '_[IR]N_.*bookkeeping' alldata > $tmpA
19 for ratio in 10:1 1:1 1:10; do
20 for platf in cluster grid; do
21 for topo in line torus hcube; do
22 title="results_${type}N_${ratio}/plat_${platf}/topo_${topo}"
23 echo "===[ $title ]==="
25 -v re="^results_${type}N_${ratio}/plat_${platf}[0-9]+/topo_${topo}" \
31 size=substr(platf, match(platf, "[0-9]"));
36 print algo, size, idle, conv_avg, conv_max;
39 | sort -k1,1r -k2,2n \
45 } else if ($1 != prev) {
46 printf("\n\n%s\n", $1);
57 -e "set title '$title'" \
59 for [i=0:3] '$tmpB' index i using 1:4 with linespoint ls i+1 title column(1)" \
62 ### all idle avg; conv avg; conv max
64 -e "set title '$title'" \
66 for [i=0:3] '$tmpB' index i using 1:4 with linespoint ls i+1 title column(1),
67 for [i=0:3] '$tmpB' index i using 1:3 with linespoint ls i+1 notitle,
68 for [i=0:3] '$tmpB' index i using 1:2 with linespoint ls i+1 notitle" \