Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / teshsuite / simdag / platforms / one_cluster_foreach.xml
index 5303166..ee1efe1 100644 (file)
@@ -1,12 +1,14 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
  <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="1Gf"/>
+     <host id="$1" speed="1Gf"/>
      <link id="$1" bandwidth="125MBps" latency="50us"/>
    </foreach>