Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing parts
[simgrid.git] / examples / bandwidth / test_sg.in
diff --git a/examples/bandwidth/test_sg.in b/examples/bandwidth/test_sg.in
new file mode 100755 (executable)
index 0000000..81a0265
--- /dev/null
@@ -0,0 +1,5 @@
+#! @BASH@
+if test -x ./bandwidth_simulator ; then
+  exec ./bandwidth_simulator @srcdir@/../WAN_3.platform.txt @srcdir@/bandwidth_deployment.txt
+fi
+exit 77