Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add --help-aliases to all simulators, showing cfg aliases
[simgrid.git] / teshsuite / simdag / platforms / four_hosts_Dijkstra_ns3.xml
index cba863b..6b7aa4a 100644 (file)
@@ -1,15 +1,17 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
  <AS  id="AS0"  routing="Dijkstra">
-       <host id="host1" power="1gf"/>
-       <host id="host2" power="1gf"/>
-       <host id="host3" power="1gf"/>
-       <host id="host4" power="1gf"/>
+       <host id="host1" speed="1Gf"/>
+       <host id="host2" speed="1Gf"/>
+       <host id="host3" speed="1Gf"/>
+       <host id="host4" speed="1Gf"/>
  
        <link id="link1" bandwidth="125GBps" latency="50us"/>
        <link id="link2" bandwidth="125MBps" latency="5us"/>
-       <link id="link3" bandwidth="125KBps" latency="500ns"/>
+       <link id="link3" bandwidth="125kBps" latency="500ns"/>
        <link id="link4" bandwidth="125Bps" latency="5ns"/>  
         
    <route src="host1" dst="host2" symmetrical="NO">
@@ -27,4 +29,4 @@
    </route>
    
  </AS>
- </platform>
\ No newline at end of file
+ </platform>