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 / msg / actions / homogeneous_3_hosts.xml
index 5231b36..5867467 100644 (file)
@@ -1,15 +1,15 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "simgrid.dtd">
- <platform version="2">
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
  <AS  id="AS0"  routing="Full">
-   <host id="host0" power="1e7"/>
-   <host id="host1" power="1e7"/>
-   <host id="host2" power="1e7"/>
-   <link id="0" bandwidth="1e9" latency="5e-4"/>
-   <link id="1" bandwidth="1e9" latency="5e-4"/>
-   <link id="2" bandwidth="1e9" latency="5e-4"/>
+   <host id="host0" power="10Mf"/>
+   <host id="host1" power="10Mf"/>
+   <host id="host2" power="10Mf"/>
+   <link id="0" bandwidth="1GBps" latency="500us"/>
+   <link id="1" bandwidth="1GBps" latency="500us"/>
+   <link id="2" bandwidth="1GBps" latency="500us"/>
    
-   <link id="loopback" bandwidth="498000000" latency="0.000015" sharing_policy="FATPIPE"/>
+   <link id="loopback" bandwidth="498MBps" latency="15us" sharing_policy="FATPIPE"/>
    <route src="host0" dst="host0"><link_ctn id="loopback"/></route>
    <route src="host1" dst="host1"><link_ctn id="loopback"/></route>
    <route src="host2" dst="host2"><link_ctn id="loopback"/></route>