From cc2efce6e209e604edfe461f95ac0ebf2e080ce3 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 13 Jul 2011 18:30:22 +0200 Subject: [PATCH 1/1] TESTS are ready to run! I hope... --- Experimentations/ag_parameters | 2 +- TESTS | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Experimentations/ag_parameters b/Experimentations/ag_parameters index f73e120..c52df17 100644 --- a/Experimentations/ag_parameters +++ b/Experimentations/ag_parameters @@ -39,7 +39,7 @@ LOAD=-1000 DEADLINE=10000 # optional: additional arguments for loba (default: empty) -MORE_ARGS=( -r 42 ) +#MORE_ARGS=( -r 42 ) # optional: path to binary (default: ./loba) #LOBA=./loba diff --git a/TESTS b/TESTS index 1bbade9..a57c154 100644 --- a/TESTS +++ b/TESTS @@ -1,11 +1,11 @@ TODO => arborescence des résultats, répartition des fichiers - Actuellement: - - results/plat_${PLATFORM}/topo_${TOPOLOGY}/loba_${PARAM/ALGO}.out - Reste à: - - intégrer les differents rations comp/comm (× 7) - - variantes sur la répartition initiale (× 2) - - variantes entière ou non (× 2) + Actuellement : + - results_XY_Z/plat_${PLATFORM}/topo_${TOPOLOGY}/loba_${PARAM/ALGO}.out + Avec : + - X : 'I' (variante entière) ou 'R' (variante réelle) + - Y : '1' (node 0) ou 'N' (réparition aléatoire) + - Z : '1000:1' '100:1' '10:1' '1:1' '1:10' '1:100' '1:1000' (ratio) RÉSUMÉ - 6 plates-formes @@ -48,19 +48,19 @@ TOPOLOGIES : toutes [OK] CHARGE INITIALE [OK] - 1000 / noeud -REPARTITION INITIALE [WIP] +REPARTITION INITIALE [OK] - node 0 - aléatoire -R => même seed! -r 42 -RATIO comp/comm [WIP] -- 1/1000 -c 1e9,0 -C 1.25e11,0 -- 1/100 -c 1e9,0 -C 1.25e10,0 -- 1/10 -c 1e9,0 -C 1.25e9,0 -- 1 -c 1e9,0 -C 1.25e8,0 -- 10 -c 1e9,0 -C 1.25e7,0 -- 100 -c 1e9,0 -C 1.25e6,0 +RATIO comp/comm [OK] - 1000 -c 1e9,0 -C 1.25e5,0 +- 100 -c 1e9,0 -C 1.25e6,0 +- 10 -c 1e9,0 -C 1.25e7,0 +- 1 -c 1e9,0 -C 1.25e8,0 +- 1/10 -c 1e9,0 -C 1.25e9,0 +- 1/100 -c 1e9,0 -C 1.25e10,0 +- 1/1000 -c 1e9,0 -C 1.25e11,0 => corrigés en fonction des ratios des capacités de calcul/comm (1e9/1.25e8) ALGOS [OK] @@ -69,6 +69,6 @@ ALGOS [OK] - 2besteffort - makhoul -VARIANTES [WIP] +VARIANTES [OK] - bookkeeping -b - integer -Z -- 2.39.5