Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get ready for release
[simgrid.git] / examples / platform_new.txt
1 /*      $Id$    */
2 <CPU>
3   "Cpu A" 100.00 1.0 platform_new_trace_A.txt ON platform_new_trace_A_failure.txt
4   "Cpu B" 100.00 1.0 platform_new_trace_B.txt ON    ""
5 </CPU>
6
7
8
9 <NETWORK>  /* The network section */
10   LinkA 10.0 "" 0.2 "" ON ""
11 </NETWORK>
12
13 <ROUTE>  /* The route section */
14   "Cpu A" "Cpu B" (LinkA    )
15 </ROUTE>