Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing parts
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 2 Nov 2004 15:55:25 +0000 (15:55 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 2 Nov 2004 15:55:25 +0000 (15:55 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@464 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/bandwidth/test_rl [new file with mode: 0755]
examples/bandwidth/test_sg.in [new file with mode: 0755]
examples/saturate/test_rl [new file with mode: 0755]
examples/saturate/test_sg.in [new file with mode: 0755]

diff --git a/examples/bandwidth/test_rl b/examples/bandwidth/test_rl
new file mode 100755 (executable)
index 0000000..796abef
--- /dev/null
@@ -0,0 +1,4 @@
+#! /bin/sh
+./bandwidth_sensor 4000 $@&
+./bandwidth_sensor 5000 $@&
+./bandwidth_maestro 127.0.0.1 4000 127.0.0.1 5000 $@
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
diff --git a/examples/saturate/test_rl b/examples/saturate/test_rl
new file mode 100755 (executable)
index 0000000..14cecb7
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+./saturate_server 4000 $@&
+./saturate_client 127.0.0.1 4000 $@
diff --git a/examples/saturate/test_sg.in b/examples/saturate/test_sg.in
new file mode 100755 (executable)
index 0000000..b80ebfd
--- /dev/null
@@ -0,0 +1,5 @@
+#! @BASH@
+if test -x ./saturate_simulator ; then
+  exec ./saturate_simulator @srcdir@/../WAN_3.platform.txt @srcdir@/saturate_deployment.txt
+fi
+exit 77