From c2e3e8bc788aa97edc116a151feb705cf77fce57 Mon Sep 17 00:00:00 2001
From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Wed, 6 Jul 2011 16:27:14 +0200
Subject: [PATCH 1/1] New parameter file for tests.

---
 Experimentations/ag_parameters | 48 ++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 Experimentations/ag_parameters

diff --git a/Experimentations/ag_parameters b/Experimentations/ag_parameters
new file mode 100644
index 0000000..f73e120
--- /dev/null
+++ b/Experimentations/ag_parameters
@@ -0,0 +1,48 @@
+### 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
+    grid16.xml
+    grid64.xml
+    grid256.xml
+)
+
+# number of hosts
+NHOSTS=0
+
+# total load
+LOAD=-1000
+
+# time limit for the simulation
+DEADLINE=10000
+
+# optional: additional arguments for loba (default: empty)
+MORE_ARGS=( -r 42 )
+
+# optional: path to binary (default: ./loba)
+#LOBA=./loba
+
+# optional: path to results (default: ./results)
+#RESULTS=./results
-- 
2.39.5