From: Arnaud Giersch Date: Mon, 20 Jun 2011 14:35:13 +0000 (+0200) Subject: Add as_parameters (as for A. Sider), copy current sample_parameters. X-Git-Tag: v0.1~48 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/11b554369d2b40ed73e3c13bd9876451ae7eb905 Add as_parameters (as for A. Sider), copy current sample_parameters. --- diff --git a/Experimentations/as_parameters b/Experimentations/as_parameters new file mode 100644 index 0000000..264b504 --- /dev/null +++ b/Experimentations/as_parameters @@ -0,0 +1,40 @@ + +# define the topologies +TOPOLOGIES=( + btree + clique + hcube + line + ring + star + torus +) + +# define the algorithms +ALGORITHMS=( + besteffort + makhoul + simple + lln + bulk +) + +# the different platform files +PLATFORMS=( + ../platform.xml +) + +# number of hosts +NHOSTS=64 + +# total load +LOAD=6400 + +# time limit for the simulation +DEADLINE=10000 + +# optional: path to binary (default: ./loba) +LOBA=../loba + +# optional: path to results (default: ./results) +#RESULTS=./results