From 902f4c033d62e10ca5c5cd1b2455e545411c642c Mon Sep 17 00:00:00 2001 From: couturie Date: Thu, 8 Sep 2011 22:55:29 +0200 Subject: [PATCH] oubli de ce fichier --- Experimentations/rc_parameters6 | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Experimentations/rc_parameters6 diff --git a/Experimentations/rc_parameters6 b/Experimentations/rc_parameters6 new file mode 100644 index 0000000..53ec18a --- /dev/null +++ b/Experimentations/rc_parameters6 @@ -0,0 +1,38 @@ +### PARAMETER FILE FOR RC'S EXPERIMENTATIONS + +# define the topologies +TOPOLOGIES=( + line +) + +# define the algorithms +ALGORITHMS=( + simple + makhoul + besteffort + 2besteffort + +) + +# the different platform files +PLATFORMS=( + cluster64.xml +) + +# number of hosts +NHOSTS=0 + +# total load +LOAD=-100 + +# time limit for the simulation +DEADLINE=6000 + +# optional: additional arguments for loba (default: empty) +MORE_ARGS=( -c1e8,0 -C1e5,0 ) + +# optional: path to binary (default: ./loba) +LOBA=../loba + +# optional: path to results (default: ./results) +RESULTS=./results6 -- 2.39.5