3 sizes=( 16 64 256 1024 )
4 topologies=( line torus hcube )
7 platforms=( cluster grid )
8 ratios=( 10.1 1.1 1.10 )
11 \\documentclass[a4paper]{article}
13 \\usepackage[T1]{fontenc}
14 \\usepackage[utf8]{inputenc}
16 \\usepackage[margin=1.5cm]{geometry}
17 \\usepackage{graphicx}
18 \\usepackage[francais]{babel}
20 %%% workaround warnings about PDF 1.5 not supported
23 \\newcommand{\\IG}[1]{%
24 \\includegraphics[width=6cm]{#1}}
30 for siz in "${sizes[@]}"; do
31 for top in "${topologies[@]}"; do
32 for rep in "${repartitions[@]}"; do
33 test $siz = "1024" -a $rep = "1" && continue
38 for typ in "${types[@]}"; do
39 for pla in "${platforms[@]}"; do
40 for rat in "${ratios[@]}"; do
42 \\IG{results-$typ$rep-$rat/plat-$pla$siz/topo-$top.pdf}%
51 1) r="all on an only node";;
56 hcube) t="hypercube";;
60 \\caption{$siz nodes, $t topology, initially $r}