Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak--
[simgrid.git] / examples / platforms / cluster_and_one_host.xml
index 67a9430..5ef0ab6 100644 (file)
@@ -3,14 +3,14 @@
 <platform version="3">
  <AS id="AS0"  routing="Full">   
   <cluster id="my_cluster_1" prefix="c-" suffix=".me"
-          radical="0-1" power="1000000000" bw="125000000" lat="5E-5"
+          radical="0-1" power="1Gf" bw="125MBps" lat="50us"
            router_id="router1"/>
 
-  <AS id="AS1" routing="none">
-    <host id="host1" power="1000000000"/>
+  <AS id="AS1" routing="None">
+    <host id="host1" power="1Gf"/>
   </AS>
 
-  <link id="link1" bandwidth="100000" latency="0.01"/>
+  <link id="link1" bandwidth="100kBps" latency="10ms"/>
   
   <ASroute src="my_cluster_1" dst="AS1"
     gw_src="router1" gw_dst="host1">