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 / gtnets / crosstraffic-p.xml
index 40a2dcd..da382f6 100644 (file)
@@ -1,16 +1,16 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 <platform version="3"><!--- 
-   S1  --------- C1
+   S1  _________ C1
         link 1
         100MB, 5ms
 -->
 
 <AS id="1" routing="Full">
-  <host id="S1" power="1000000000"/>
-  <host id="C1" power="1000000000"/>
+  <host id="S1" power="1Gf"/>
+  <host id="C1" power="1Gf"/>
 
-  <link id="1" bandwidth="10000" latency="0.01" sharing_policy="FULLDUPLEX"/>
+  <link id="1" bandwidth="10kBps" latency="10ms" sharing_policy="FULLDUPLEX"/>
 
   <route src="S1" dst="C1" symmetrical="NO">
      <link_ctn id="1" direction="DOWN"/>