Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add unit support in xml files [#14422]
[simgrid.git] / examples / platforms / config.xml
index 1c1827a..9600ddf 100644 (file)
 </config>
        
 <AS  id="AS0"  routing="Full">
-   <host id="bob" power="1000000000"/>
-   <host id="alice" power="500000000"/>
+   <host id="bob" power="1gf"/>
+   <host id="alice" power="500mf"/>
  
-   <link id="link1" bandwidth="125000000" latency="5E-5"/>
-   <link id="link2" bandwidth="125000000" latency="5E-5"/>
-   <link id="link3" bandwidth="125000000" latency="5E-5"/>
+   <link id="link1" bandwidth="125MBps" latency="50us"/>
+   <link id="link2" bandwidth="125MBps" latency="50us"/>
+   <link id="link3" bandwidth="125MBps" latency="50us"/>
    
    <route src="bob" dst="alice" symmetrical="YES">
      <link_ctn id="link1"/>