Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / examples / msg / masterslave / platform_kill.xml
index 38ce193..ba57a6b 100644 (file)
@@ -2,12 +2,12 @@
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 <platform version="3">
 <AS  id="AS0"  routing="Full">
-       <host id="bob" power="137333000"/>
-       <host id="alice" power="98095000"/>
+       <host id="bob" power="137.333mf"/>
+       <host id="alice" power="98.095mf"/>
        
-       <link id="1" bandwidth="100000000" latency="0.001"/>
-       <link id="2" bandwidth="100000000" latency="0.001"/>
-       <link id="3" bandwidth="100000000" latency="0.001"/>
+       <link id="1" bandwidth="100MBps" latency="1ms"/>
+       <link id="2" bandwidth="100MBps" latency="1ms"/>
+       <link id="3" bandwidth="100MBps" latency="1ms"/>
        
        <route  src="bob"
                        dst="alice"