Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get ready to use MSG NG
[simgrid.git] / examples / platform_new.txt
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>