Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / examples / platforms / cluster_crossbar.xml
index 138859f..7aebcfa 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
 <platform version="4.1">
   <!--           _________
                 |          |
                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>