Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a test reproducing the issue experienced by Luke Bertot
[simgrid.git] / teshsuite / simdag / platforms / one_cluster_foreach.xml
index 38b0233..5303166 100644 (file)
@@ -1,16 +1,16 @@
 <?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">
    <set id="myCluster" prefix="bob" suffix=".hamburger.edu"
         radical="0,2-4,6"/>
  
    <foreach set_id="myCluster">
-     <host id="$1" power="1000000000"/>
-     <link id="$1" bandwidth="125000000" latency="5E-5"/>
+     <host id="$1" power="1Gf"/>
+     <link id="$1" bandwidth="125MBps" latency="50us"/>
    </foreach>
  
-   <link id="bob_backbone" bandwidth="2250000000" latency="5E-4"
+   <link id="bob_backbone" bandwidth="2.25GBps" latency="500us"
        sharing_policy="FATPIPE"/>
   
    <route:multi src="myCluster" dst="myCluster" symmetric="NO">