X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5fb2fa67ea062d8c26cfe3e6669a93fc2b7607bd..a6aeb73952c9aad1e8fc1aa5738d8daf693dd32a:/examples/amok/bandwidth/test_rl.in?ds=sidebyside diff --git a/examples/amok/bandwidth/test_rl.in b/examples/amok/bandwidth/test_rl.in index dc09c1e29f..1aa3b83605 100755 --- a/examples/amok/bandwidth/test_rl.in +++ b/examples/amok/bandwidth/test_rl.in @@ -1,10 +1,11 @@ #! @BASH@ -e if [ x@EXEEXT@ = x ] ; then - exenv="libtool --mode=execute valgrind --run-libc-freeres=no " +# exenv="libtool --mode=execute valgrind --run-libc-freeres=no " + exenv= else exenv=wine fi $exenv ./bandwidth_sensor@EXEEXT@ 4000 $@& -#$exenv ./bandwidth_sensor@EXEEXT@ 5000 $@& +$exenv ./bandwidth_sensor@EXEEXT@ 5000 $@& $exenv ./bandwidth_maestro@EXEEXT@ 127.0.0.1 4000 127.0.0.1 5000 $@