]> AND Public Git Repository - simgrid.git/blobdiff - examples/platforms/cluster_crossbar.xml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / examples / platforms / cluster_crossbar.xml
index 138859f840d3b05636806b4045ed43905e90e386..9000faf4a77cba5da0f1ec210619add748b3b12e 100644 (file)
                l0 / l1|   \l2
                  /    |    \
                 /     |     \
-            host0   host1   host2
+           node-0   node-1   node-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="node-" radical="0-65536" suffix=".simgrid.org"
+            speed="1Gf" bw="125MBps" lat="50us"/>
   </zone>
 </platform>