Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding Louis-Claude Canon's tests.
[simgrid.git] / teshsuite / simdag / canon / input_platform.xml
1 <?xml version='1.0'?>\r
2 <!DOCTYPE platform_description SYSTEM "surfxml.dtd">\r
3 <platform_description version="1">\r
4   <cpu name="cpu0" power="4e+09"/>\r
5   <cpu name="cpu1" power="4e+09"/>\r
6   <network_link name="link0" bandwidth="1.25e+08" latency="1.0e-04" sharing_policy="SHARED"/>\r
7   <route src="cpu0" dst="cpu0">\r
8     <route_element name="link0"/>\r
9   </route>\r
10   <route src="cpu0" dst="cpu1">\r
11     <route_element name="link0"/>\r
12   </route>\r
13   <route src="cpu1" dst="cpu0">\r
14     <route_element name="link0"/>\r
15   </route>\r
16   <route src="cpu1" dst="cpu1">\r
17     <route_element name="link0"/>\r
18   </route>\r
19 </platform_description>\r