Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanning up gtnets directory, only one program to test everything.
[simgrid.git] / examples / msg / gtnets / dogbone-p.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2"><!--- 
4   dogbone
5 -->
6
7
8   <host id="S1" power="1000000000"/>
9   <host id="C1" power="1000000000"/>
10   <host id="S2" power="1000000000"/>
11   <host id="C2" power="1000000000"/>
12   <router id="R1"/>
13   <router id="R2"/>
14
15   <link id="1" bandwidth="100000000" latency="0.01"/>
16   <link id="2" bandwidth="100000" latency="0.02"/>
17   <link id="3" bandwidth="100000000" latency="0.01"/>
18   <link id="4" bandwidth="100000000" latency="0.01"/>
19   <link id="5" bandwidth="100000000" latency="0.05"/>
20
21
22   <route src="S1" dst="C1">
23      <link:ctn id="1"/>
24      <link:ctn id="2"/>
25      <link:ctn id="3"/>
26   </route>
27
28   <route src="S2" dst="C2">
29      <link:ctn id="4"/>
30      <link:ctn id="2"/>
31      <link:ctn id="5"/>
32   </route>
33
34   <route src="S1" dst="C2">
35      <link:ctn id="1"/>
36      <link:ctn id="2"/>
37      <link:ctn id="5"/>
38   </route>
39
40   <route src="S2" dst="C1">
41      <link:ctn id="4"/>
42      <link:ctn id="2"/>
43      <link:ctn id="3"/>
44   </route>
45
46   <route src="S1" dst="R1">
47      <link:ctn id="1"/>
48   </route>
49
50   <route src="R1" dst="R2">
51      <link:ctn id="2"/>
52   </route>
53
54   <route src="R2" dst="C1">
55      <link:ctn id="3"/>
56   </route>
57
58   <route src="S2" dst="R1">
59      <link:ctn id="4"/>
60   </route>
61
62   <route src="R2" dst="C2">
63      <link:ctn id="5"/>
64   </route>
65 </platform>