#!/bin/bash # configuration file for the Barter community DAS4 experiments BRANCH=/home/mbardac/mainbranch DPRINT_CONF=${BRANCH}/das4-barter-dprint.conf INITIAL_DELAY=120 # we intentionally do not define STARTING_TIMESTAMP # it is defined somewhere else and the next variable uses that value SCRIPT_ARGS="starting_timestamp=$STARTING_TIMESTAMP,timestep=20.0" DISPERSY_ARGS="--disable-allchannel-script --script barter-scenario --script-args $SCRIPT_ARGS"