### 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=(
    btree
    clique
    hcube
    line
    ring
    star
    torus
)

# define the algorithms
ALGORITHMS=(
    besteffort
    makhoul
    simple
)

# the different platform files
PLATFORMS=(
    ../platform.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 -Z )

# optional: path to binary (default: ./loba)
#LOBA=./loba

# optional: path to results (default: ./results)
#RESULTS=./results