Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the number of loops to do to not kill the old machines out there
[simgrid.git] / examples / bandwidth / test_rl.in
1 #! @BASH@ -e
2 if [ x@EXEEXT@ = x ] ; then 
3   exenv="libtool --mode=execute valgrind --run-libc-freeres=no "
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 $@