Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
In trace replay, allow to have one trace file per process
[simgrid.git] / examples / msg / actions / homogeneous_3_hosts.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "simgrid.dtd">
3 <platform version="2">
4   <host id="Tremblay" power="1e7"/>
5   <host id="Jupiter" power="1e7"/>
6   <host id="Fafard" power="1e7"/>
7   <link id="0" bandwidth="1e9" latency="5e-4"/>
8   <link id="1" bandwidth="1e9" latency="5e-4"/>
9   <link id="2" bandwidth="1e9" latency="5e-4"/>
10   
11   <link id="loopback" bandwidth="498000000" latency="0.000015" sharing_policy="FATPIPE"/>
12   <route src="Tremblay" dst="Tremblay"><link:ctn id="loopback"/></route>
13   <route src="Jupiter" dst="Jupiter"><link:ctn id="loopback"/></route>
14   <route src="Fafard" dst="Fafard"><link:ctn id="loopback"/></route>
15   <route src="Tremblay" dst="Jupiter">
16     <link:ctn id="0"/>
17   </route>
18   <route src="Tremblay" dst="Fafard">
19     <link:ctn id="1"/>
20   </route>
21   <route src="Jupiter" dst="Tremblay">
22     <link:ctn id="0"/>
23   </route>
24   <route src="Jupiter" dst="Fafard">
25     <link:ctn id="2"/>
26   </route>
27   <route src="Fafard" dst="Tremblay">
28     <link:ctn id="1"/>
29   </route>
30   <route src="Fafard" dst="Jupiter">
31     <link:ctn id="2"/>
32   </route>
33 </platform>