Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / examples / platforms / cluster_crossbar.xml
index 9000faf..983b23b 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">
   <!--           _________
                 |          |
                  /    |    \
                 /     |     \
            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.       
+    the crossbar. Only the links of each hosts are limiting.
   -->
   <zone id="world" routing="Full">
-    <cluster id="cluster-crossbar" 
-             prefix="node-" radical="0-65536" suffix=".simgrid.org"
+    <cluster id="cluster-crossbar"
+             prefix="node-" radical="0-65535" suffix=".simgrid.org"
             speed="1Gf" bw="125MBps" lat="50us"/>
   </zone>
 </platform>