From: Arnaud Giersch Date: Wed, 7 Mar 2012 11:12:55 +0000 (+0100) Subject: Add VARIANTS to ag_parameters. Create ag_parameters1024 for big platforms. X-Git-Tag: exp_20120308~4 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/6f21403d553131b282aeff52a2c496d71d05c97e?hp=8185d5cdd5d8fd1b4c78888a6add91b93f0cfcc0 Add VARIANTS to ag_parameters. Create ag_parameters1024 for big platforms. --- diff --git a/Experimentations/ag_parameters b/Experimentations/ag_parameters index 26ca04b..d172a42 100644 --- a/Experimentations/ag_parameters +++ b/Experimentations/ag_parameters @@ -31,6 +31,11 @@ PLATFORMS=( # grid1024.xml ) +VARIANTS=( + plain + bookkeeping +) + # number of hosts NHOSTS=0 diff --git a/Experimentations/ag_parameters1024 b/Experimentations/ag_parameters1024 new file mode 100644 index 0000000..eba64b5 --- /dev/null +++ b/Experimentations/ag_parameters1024 @@ -0,0 +1,55 @@ +### PARAMETER FILE FOR AG'S EXPERIMENTATIONS + +# define the topologies +TOPOLOGIES=( +# btree +# clique + hcube + line +# ring +# star + torus +) + +# define the algorithms +ALGORITHMS=( +# simple + besteffort +# 2besteffort + makhoul +) + +# the different platform files +PLATFORMS=( +# cluster16.xml +# cluster64.xml +# cluster256.xml + cluster1024.xml +# grid16.xml +# grid64.xml +# grid256.xml + grid1024.xml +) + +VARIANTS=( +# plain + bookkeeping +) + +# number of hosts +NHOSTS=0 + +# total load +LOAD=-1000 + +# time limit for the simulation +DEADLINE=0 + +# optional: additional arguments for loba (default: empty) +MORE_ARGS=( -l100 -m1e-4 -M10 -D5 -%5 -g1000 ) + +# optional: path to binary (default: ./loba) +#LOBA=./loba + +# optional: path to results (default: ./results) +#RESULTS=./results