From 30f4eddbfdf1f9b07472da1aa960f6d2850f64b4 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 20 Jun 2011 16:43:24 +0200 Subject: [PATCH] Partially revert "Reverted extract-all and extract-all-inv to use original log files from run-all" This partially reverts commit cd83815d1aaa00919c7f972eeba5be8ceb2a9f18. In fact only revert the sample_parameters file. Also add a comment advising for no modifications for a specific usage. --- Experimentations/sample_parameters | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Experimentations/sample_parameters b/Experimentations/sample_parameters index 264b504..9019c88 100644 --- a/Experimentations/sample_parameters +++ b/Experimentations/sample_parameters @@ -1,3 +1,6 @@ +### THIS IS A SAMPLE PARAMETER FILE FOR THE run-all SCRIPT. +### DO NOT CHANGE IT TO FIT YOUR OWN EXPERIMENTATIONS, +### CREATE ANOTHER FILE INSTEAD. # define the topologies TOPOLOGIES=( @@ -15,8 +18,6 @@ ALGORITHMS=( besteffort makhoul simple - lln - bulk ) # the different platform files @@ -25,16 +26,16 @@ PLATFORMS=( ) # number of hosts -NHOSTS=64 +NHOSTS=0 # total load -LOAD=6400 +LOAD=1000 # time limit for the simulation DEADLINE=10000 # optional: path to binary (default: ./loba) -LOBA=../loba +#LOBA=./loba # optional: path to results (default: ./results) #RESULTS=./results -- 2.39.5