Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tuto smpi: finish (for now) the platform section; draft the install section
[simgrid.git] / examples / platforms / cluster_crossbar.xml
index 138859f..6a4a71f 100644 (file)
                l0 / l1|   \l2
                  /    |    \
                 /     |     \
-            host0   host1   host2
+           host-0   host-1   host-2 ...
            
     All hosts can communicate at full speed with no interference on
     the crossbar. Only the links of each hosts are limiting.       
   -->
   <zone id="world" routing="Full">
-    <cluster id="cluster-crossbar" prefix="host-" suffix="simgrid.org" radical="0-262144" speed="1Gf" bw="125MBps" lat="50us"/>
+    <cluster id="cluster-crossbar" 
+             prefix="host-" radical="0-262144" suffix="simgrid.org"
+            speed="1Gf" bw="125MBps" lat="50us"/>
   </zone>
 </platform>