Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Network module is working. Does not take latencies into account yet though.
[simgrid.git] / testsuite / surf / platform.txt
1 <CPU>
2
3   "Cpu A" 100.00 1.0 trace_A.txt ON trace_A_failure.txt
4   "Cpu B" 100.00 1.0 trace_B.txt ON    ""
5        
6 </CPU>
7
8
9
10 <NETWORK>  /* The network section */
11   LinkA 10.0 "" 0.01 "" ON ""
12 </NETWORK>
13
14 <ROUTE>  /* The route section */
15   "Cpu A" "Cpu B" (LinkA    )
16 </ROUTE>