Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement a disk attachment check and add a tesh test to detect invalid platform...
[simgrid.git] / teshsuite / simdag / platforms / four_hosts_floyd_ns3.xml
index 4c3ca7e..1c0709c 100644 (file)
@@ -2,15 +2,15 @@
  <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
  <platform version="3">
  <AS  id="AS0"  routing="Floyd">
-       <host id="host1" power="1gf"/>
-       <host id="host2" power="1gf"/>
-       <host id="host3" power="1gf"/>
-       <host id="host4" power="1gf"/>
+       <host id="host1" power="1Gf"/>
+       <host id="host2" power="1Gf"/>
+       <host id="host3" power="1Gf"/>
+       <host id="host4" power="1Gf"/>
  
        <link id="link1" bandwidth="125GBps" latency="50us"/>
        <link id="link2" bandwidth="125MBps" latency="5us"/>
-       <link id="link3" bandwidth="125KBps" latency="500ns"/>
-       <link id="link4" bandwidth="1.25KBps" latency="5ns"/>  
+       <link id="link3" bandwidth="125kBps" latency="500ns"/>
+       <link id="link4" bandwidth="1.25kBps" latency="5ns"/>  
         
    <route src="host1" dst="host2">
      <link_ctn id="link1"/>