Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / examples / msg / gtnets / dogbone-p.xml
index 93296cb..343520d 100644 (file)
@@ -1,23 +1,23 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "simgrid.dtd">
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
  <platform version="3"> 
  <AS  id="AS0"  routing="Full">
  <!---  dogbone
  -->
  
  
-   <host id="S1" power="1000000000"/>
-   <host id="C1" power="1000000000"/>
-   <host id="S2" power="1000000000"/>
-   <host id="C2" power="1000000000"/>
+   <host id="S1" power="1gf"/>
+   <host id="C1" power="1gf"/>
+   <host id="S2" power="1gf"/>
+   <host id="C2" power="1gf"/>
    <router id="R1"/>
    <router id="R2"/>
  
-   <link id="1" bandwidth="100000000" latency="0.01"/>
-   <link id="2" bandwidth="100000000" latency="0.01"/>
-   <link id="3" bandwidth="100000000" latency="0.01"/>
-   <link id="4" bandwidth="100000000" latency="0.01"/>
-   <link id="5" bandwidth="100000000" latency="0.01"/>
+   <link id="1" bandwidth="100MBps" latency="10ms"/>
+   <link id="2" bandwidth="100MBps" latency="10ms"/>
+   <link id="3" bandwidth="100MBps" latency="10ms"/>
+   <link id="4" bandwidth="100MBps" latency="10ms"/>
+   <link id="5" bandwidth="100MBps" latency="10ms"/>
  
  
    <route src="S1" dst="C1">