Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate fortran attr tests
[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.1">
4   <zone  id="zone"  routing="Full">
5     <zone  id="AS0"  routing="Full">
6       <host id="host01" speed="1Gf"/>
7       <host id="host02" speed="500Mf"/>
8       <router id="router1"/>
9     </zone>
10     <zone  id="AS1"  routing="Floyd">
11       <host id="host03" speed="1Gf"/>
12       <host id="host04" speed="500Mf"/>
13       <router id="router2"/>
14     </zone>
15     <zone  id="AS2"  routing="Dijkstra">
16       <host id="host05" speed="1Gf"/>
17       <host id="host06" speed="500Mf"/>
18       <router id="router3"/>
19     </zone>
20     <zone  id="AS3"  routing="DijkstraCache">
21       <host id="host07" speed="1Gf"/>
22       <host id="host08" speed="500Mf"/>
23       <router id="router4"/>
24     </zone>
25     <zone  id="AS4"  routing="None">
26       <host id="host09" speed="1Gf"/>
27       <host id="host10" speed="500Mf"/>
28       <router id="router5"/>
29     </zone>
30   </zone>
31 </platform>