From 11b554369d2b40ed73e3c13bd9876451ae7eb905 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 20 Jun 2011 16:35:13 +0200 Subject: [PATCH] Add as_parameters (as for A. Sider), copy current sample_parameters. --- Experimentations/as_parameters | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Experimentations/as_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 -- 2.39.5