From 6f21403d553131b282aeff52a2c496d71d05c97e Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 7 Mar 2012 12:12:55 +0100 Subject: [PATCH 1/1] Add VARIANTS to ag_parameters. Create ag_parameters1024 for big platforms. --- Experimentations/ag_parameters | 5 +++ Experimentations/ag_parameters1024 | 55 ++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 Experimentations/ag_parameters1024 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 -- 2.39.5