Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get ready to use MSG NG
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Dec 2004 16:54:10 +0000 (16:54 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 31 Dec 2004 16:54:10 +0000 (16:54 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@722 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/ping/ping_deployment_new.txt [new file with mode: 0644]
examples/platform_new.txt [new file with mode: 0644]
examples/platform_new_trace_A.txt [new file with mode: 0644]
examples/platform_new_trace_A_failure.txt [new file with mode: 0644]
examples/platform_new_trace_B.txt [new file with mode: 0644]

diff --git a/examples/ping/ping_deployment_new.txt b/examples/ping/ping_deployment_new.txt
new file mode 100644 (file)
index 0000000..26ce47c
--- /dev/null
@@ -0,0 +1,2 @@
+"cpu A" server 4000
+"cpu B" client 125 4000
diff --git a/examples/platform_new.txt b/examples/platform_new.txt
new file mode 100644 (file)
index 0000000..fac02e7
--- /dev/null
@@ -0,0 +1,15 @@
+/*     $Id$    */
+<CPU>
+  "Cpu A" 100.00 1.0 platform_new_trace_A.txt ON platform_new_trace_A_failure.txt
+  "Cpu B" 100.00 1.0 platform_new_trace_B.txt ON    ""
+</CPU>
+
+
+
+<NETWORK>  /* The network section */
+  LinkA 10.0 "" 0.2 "" ON ""
+</NETWORK>
+
+<ROUTE>  /* The route section */
+  "Cpu A" "Cpu B" (LinkA    )
+</ROUTE>
diff --git a/examples/platform_new_trace_A.txt b/examples/platform_new_trace_A.txt
new file mode 100644 (file)
index 0000000..73f8eb8
--- /dev/null
@@ -0,0 +1,4 @@
+PERIODICITY 1.0
+0.0 1.0
+11.0 0.5
+20.0 0.9
diff --git a/examples/platform_new_trace_A_failure.txt b/examples/platform_new_trace_A_failure.txt
new file mode 100644 (file)
index 0000000..0610bcf
--- /dev/null
@@ -0,0 +1,3 @@
+PERIODICITY 10.0
+1.0 -1.0
+2.0 1.0
diff --git a/examples/platform_new_trace_B.txt b/examples/platform_new_trace_B.txt
new file mode 100644 (file)
index 0000000..8dc7470
--- /dev/null
@@ -0,0 +1,4 @@
+PERIODICITY 7.00
+0.0 1.0
+11.0 1.0
+30.0 1.0