Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / platforms / cluster_no_backbone.xml
index f481a7b..d600a79 100644 (file)
@@ -1,5 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
 
 <!--             _________
                 |          |
@@ -13,9 +14,8 @@
             host0   host1   host2      
 -->
 
-<platform version="3">
 <AS  id="AS0"  routing="Full">
   <cluster id="my_cluster_1" prefix="" suffix=""
-               radical="0-262144"      power="1Gf"    bw="125MBps"     lat="50us"/>
+               radical="0-262144"      speed="1Gf"    bw="125MBps"     lat="50us"/>
 </AS>
 </platform>