Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put the maestro on Jupiter so that there is a direct link between him and the first...
[simgrid.git] / examples / bandwidth / test_rl.in
1 #! @BASH@ -e
2 if [ x@EXEEXT@ = x ] ; then 
3   exenv="libtool --mode=execute valgrind"
4 else
5   exenv=wine
6 fi
7     
8 $exenv ./bandwidth_sensor@EXEEXT@ 4000 $@&
9 $exenv ./bandwidth_sensor@EXEEXT@ 5000 $@&
10 $exenv ./bandwidth_maestro@EXEEXT@ 127.0.0.1 4000 127.0.0.1 5000 $@