Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Port to the amok_hm module. It simplifies things quite a bit
[simgrid.git] / examples / amok / bandwidth / test_rl.in
index 1aa3b83..f1132de 100755 (executable)
@@ -1,11 +1,11 @@
 #! @BASH@ -e
 if [ x@EXEEXT@ = x ] ; then 
 #  exenv="libtool --mode=execute valgrind --run-libc-freeres=no "
-  exenv=
+  exenv=$SG_TEST_EXENV
 else
   exenv=wine
 fi
     
-$exenv ./bandwidth_sensor@EXEEXT@ 4000 $@&
-$exenv ./bandwidth_sensor@EXEEXT@ 5000 $@&
-$exenv ./bandwidth_maestro@EXEEXT@ 127.0.0.1 4000 127.0.0.1 5000 $@
+$exenv ./bandwidth_sensor@EXEEXT@ 127.0.0.1:6000 $@&
+$exenv ./bandwidth_sensor@EXEEXT@ 127.0.0.1:6000 $@&
+$exenv ./bandwidth_maestro@EXEEXT@ 6000 $@