Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups in the cluster platform files
[simgrid.git] / examples / platforms / cluster_crossbar.xml
similarity index 55%
rename from examples/platforms/cluster_no_backbone.xml
rename to examples/platforms/cluster_crossbar.xml
index c3acb30..138859f 100644 (file)
@@ -3,7 +3,7 @@
 <platform version="4.1">
   <!--           _________
                 |          |
-                |  router  |
+                | crossbar |
                 |__________|
                     / | \
                    /  |  \
                  /    |    \
                 /     |     \
             host0   host1   host2
+           
+    All hosts can communicate at full speed with no interference on
+    the crossbar. Only the links of each hosts are limiting.       
   -->
-  <zone id="AS0" routing="Full">
-    <cluster id="my_cluster_1" prefix="" suffix="" radical="0-262144" speed="1Gf" bw="125MBps" lat="50us"/>
+  <zone id="world" routing="Full">
+    <cluster id="cluster-crossbar" prefix="host-" suffix="simgrid.org" radical="0-262144" speed="1Gf" bw="125MBps" lat="50us"/>
   </zone>
 </platform>