Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups
[simgrid.git] / examples / bandwidth / test_rl.in
diff --git a/examples/bandwidth/test_rl.in b/examples/bandwidth/test_rl.in
deleted file mode 100755 (executable)
index dc09c1e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#! @BASH@ -e
-if [ x@EXEEXT@ = x ] ; then 
-  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_maestro@EXEEXT@ 127.0.0.1 4000 127.0.0.1 5000 $@