Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Each action can now have a maximum duration. That is a convenient way to
[simgrid.git] / testsuite / surf / platform.txt
index cd6f270..f135883 100644 (file)
@@ -1,6 +1,16 @@
 <CPU>
 
   "Cpu A" 100.00 1.0 trace_A.txt ON trace_A_failure.txt
-  "Cpu B" 100.00 1.0 trace_B.txt ON  ""
+  "Cpu B" 100.00 1.0 trace_B.txt ON    ""
        
-</CPU>
\ No newline at end of file
+</CPU>
+
+
+
+<NETWORK>  /* The network section */
+  LinkA 10.0 "" 0.2 "" ON ""
+</NETWORK>
+
+<ROUTE>  /* The route section */
+  "Cpu A" "Cpu B" (LinkA    )
+</ROUTE>