X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/7b62c7947835062683a092b95e52ca2a560a14e8..41abcf0a2ff17ef20ab86d05a5e5f959bd5fd269:/Experimentations/sample_parameters?ds=sidebyside

diff --git a/Experimentations/sample_parameters b/Experimentations/sample_parameters
index f4d740d..044db01 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=(
@@ -22,6 +25,9 @@ PLATFORMS=(
     ../platform.xml
 )
 
+# variants to run
+#VARIANTS=( plain bookkeeping )
+
 # number of hosts
 NHOSTS=0
 
@@ -31,6 +37,9 @@ LOAD=1000
 # time limit for the simulation
 DEADLINE=10000
 
+# optional: additional arguments for loba (default: empty)
+#MORE_ARGS=( -r 42 -Z )
+
 # optional: path to binary (default: ./loba)
 #LOBA=./loba