Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
grunt!
[simgrid.git] / teshsuite / simdag / platforms / test_of_is_router.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
3 <platform version="4">
4   <AS  id="AS"  routing="Full">
5     <AS  id="AS0"  routing="Full">
6       <host id="host01" speed="1Gf"/>
7       <host id="host02" speed="500Mf"/>
8       <router id="router1"/>
9     </AS>
10     <AS  id="AS1"  routing="Floyd">
11       <host id="host03" speed="1Gf"/>
12       <host id="host04" speed="500Mf"/>
13       <router id="router2"/>
14     </AS>
15     <AS  id="AS2"  routing="Dijkstra">
16       <host id="host05" speed="1Gf"/>
17       <host id="host06" speed="500Mf"/>
18       <router id="router3"/>
19     </AS>
20     <AS  id="AS3"  routing="DijkstraCache">
21       <host id="host07" speed="1Gf"/>
22       <host id="host08" speed="500Mf"/>
23       <router id="router4"/>
24     </AS>
25     <AS  id="AS4"  routing="None">
26       <host id="host09" speed="1Gf"/>
27       <host id="host10" speed="500Mf"/>
28       <router id="router5"/>
29     </AS>
30   </AS>
31 </platform>