X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/34180c5a044ee58106feff2909a60415131bc142..0c085ded81051c41ad34deac5e12163d06fd5673:/examples/bandwidth/test_rl.in diff --git a/examples/bandwidth/test_rl.in b/examples/bandwidth/test_rl.in index 736b42d806..dc09c1e29f 100755 --- a/examples/bandwidth/test_rl.in +++ b/examples/bandwidth/test_rl.in @@ -1,10 +1,10 @@ #! @BASH@ -e if [ x@EXEEXT@ = x ] ; then - exenv="libtool --mode=execute valgrind" + exenv="libtool --mode=execute valgrind --run-libc-freeres=no " 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 $@