Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'hypervisor' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid into hypervisor
[simgrid.git] / examples / java / master_slave_bypass / platform.xml
index 776a31b..d0faf97 100644 (file)
@@ -2,13 +2,13 @@
 <!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="nono" power="98095000"/>
+       <host id="bob" power="137.333Mf"/>
+       <host id="alice" power="98.095Mf"/>
+       <host id="nono" 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"