]> AND Private Git Repository - loba.git/blobdiff - Experimentations/run-all2
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Fix ispell dictionary in dir-locals.el.
[loba.git] / Experimentations / run-all2
index bdbc3bdf61cc0975f14b33b6233a921c1f15d977..d296dfcb9031ab9d31f43e8d2272f982842124cd 100755 (executable)
@@ -101,12 +101,12 @@ for plat in "${PLATFORMS[@]}"; do
     for topo in "${TOPOLOGIES[@]}"; do
         topo_output="$plat_output/topo_$topo"
         [ $debug = 0 ] && mkdir -p "$topo_output"
     for topo in "${TOPOLOGIES[@]}"; do
         topo_output="$plat_output/topo_$topo"
         [ $debug = 0 ] && mkdir -p "$topo_output"
-        for lr in "1" "N"; do
-            case "$lr" in
-                "1") loadinit=( ) ;;
-                "N") loadinit=( "-R" "-r42" ) ;;
-                *) die "internal error (lr = \"$lr\")" ;;
-            esac
#       for lr in "1" "N"; do
#           case "$lr" in
#               "1") loadinit=( ) ;;
#               "N") loadinit=( "-R" "-r42" ) ;;
#               *) die "internal error (lr = \"$lr\")" ;;
#           esac
                                                for mode in "R" "Z"; do
                                                                case "$mode" in
                                                                                "R") computemode=( );;
                                                for mode in "R" "Z"; do
                                                                case "$mode" in
                                                                                "R") computemode=( );;
@@ -121,7 +121,7 @@ for plat in "${PLATFORMS[@]}"; do
                                                                                                -N"$NHOSTS"
                                                                                                -L"$LOAD"
                                                                                                -t"$DEADLINE"
                                                                                                -N"$NHOSTS"
                                                                                                -L"$LOAD"
                                                                                                -t"$DEADLINE"
-                                                                                               "${loadinit[@]}"
+#                                                                                              "${loadinit[@]}"
                                                                                                "${computemode[@]}"
                                                                                                "$plat"
                                                                                )
                                                                                                "${computemode[@]}"
                                                                                                "$plat"
                                                                                )
@@ -133,7 +133,7 @@ for plat in "${PLATFORMS[@]}"; do
                                                                                                                "bookkeeping") cmd+=( "-b" ) ;;
                                                                                                                *) die "internal error (bk = \"$bk\")" ;;
                                                                                                esac
                                                                                                                "bookkeeping") cmd+=( "-b" ) ;;
                                                                                                                *) die "internal error (bk = \"$bk\")" ;;
                                                                                                esac
-                                                                                               out="${algo_output}_${bk}_${lr}${mode}.out"
+                                                                                               out="${algo_output}_${bk}_${mode}.out"
                                                                                                outf="$out$outsuffix"
                                                                                                cmd+=( "${args[@]}" )
                                                                                                log "Run: ${cmd[@]}"$'\n'"... &> $outf"
                                                                                                outf="$out$outsuffix"
                                                                                                cmd+=( "${args[@]}" )
                                                                                                log "Run: ${cmd[@]}"$'\n'"... &> $outf"
@@ -158,7 +158,7 @@ for plat in "${PLATFORMS[@]}"; do
                                                                                                                gzip --best "$out"
                                                                                                fi
                                                                                done
                                                                                                                gzip --best "$out"
                                                                                                fi
                                                                                done
-                                                               done
+#                                                              done
             done
         done
     done
             done
         done
     done