Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Unify the host names in cluster description files
[simgrid.git] / examples / platforms / cluster_crossbar.xml
index 6a4a71f..9000faf 100644 (file)
                l0 / l1|   \l2
                  /    |    \
                 /     |     \
-           host-0   host-1   host-2 ...
+           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-" radical="0-262144" suffix="simgrid.org"
+             prefix="node-" radical="0-65536" suffix=".simgrid.org"
             speed="1Gf" bw="125MBps" lat="50us"/>
   </zone>
 </platform>