Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use correct capitalization for unit prefixes.
[simgrid.git] / examples / java / master_slave_bypass / platform.xml
index 9c736a5..d0faf97 100644 (file)
@@ -2,9 +2,9 @@
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 <platform version="3">
 <AS  id="AS0"  routing="Full">
-       <host id="bob" power="137.333mf"/>
-       <host id="alice" power="98.095mf"/>
-       <host id="nono" power="98.095mf"/>
+       <host id="bob" power="137.333Mf"/>
+       <host id="alice" power="98.095Mf"/>
+       <host id="nono" power="98.095Mf"/>
        
        <link id="1" bandwidth="100MBps" latency="1ms"/>
        <link id="2" bandwidth="100MBps" latency="1ms"/>