Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / platforms / fat_tree_cluster.xml
index 71c8254..e15071f 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">
 
 <!-- This is an example for a fat tree cluster. 
 This is taken from figure 1/ b/ of the paper "D-Mod-K Routing Providing 
@@ -9,10 +10,9 @@ This defines a two levels fat-tree, with 4 leaf switches connected to 4 nodes ea
 and 2 core switches connected to each leaf switch by two cables
 -->
 
-<platform version="3">
 <AS id="AS0" routing="Full">
 <cluster id="bob_cluster" prefix="node-" suffix=".acme.org"
-  radical="0-15" power="1Gf" bw="125MBps" lat="50us" topology="FAT_TREE" topo_parameters="2;4,4;1,2;1,2" 
-  loopback_bw="100000000" loopback_lat="0"/>
+  radical="0-15" speed="1Gf" bw="125MBps" lat="50us" topology="FAT_TREE" topo_parameters="2;4,4;1,2;1,2" 
+  loopback_bw="100000000Bps" loopback_lat="0"/>
 </AS>
 </platform>