Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Once again, Linux does not follow the real way of doing things.
[simgrid.git] / teshsuite / simdag / platforms / one_cluster_one_host_random.xml
index 3256d5b..2983e23 100644 (file)
@@ -1,6 +1,6 @@
 <?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">
   <random id="myRandomGenerator" generator="DRAND48"
          min="1000000000" max="2000000000" mean="1600000000"
@@ -13,7 +13,7 @@
   
   <foreach set_id="bob_cluster">
     <host id="$1" power="$rand(myRandomGenerator)"/>
-    <link id="$1" bandwidth="125000000" latency="5E-5"/>
+    <link id="$1" bandwidth="125MBps" latency="50us"/>
   </foreach>
    </AS>
  </platform>