Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use C++ constants when possible
[simgrid.git] / examples / platforms / cluster.xml
index 4a8ad9f..a674628 100644 (file)
@@ -5,15 +5,12 @@
                 |          |
                 |  router  |
     ____________|__________|_____________ backbone
-      |   |   |              |     |   |       
-    l0|        l1| l2|           l97| l96 |   | l99
+      |   |   |              |     |   |  
+    l0| l1| l2|           l97| l96 |   | l99
       |   |   |   ........   |     |   |
       |                                |
   node-0.acme.org                  node-99.acme.org
 -->
-  <cluster id="acme"
-           prefix="node-"    suffix=".acme.org"
-           radical="0-99"    speed="1Gf" 
-          bw="125MBps"      lat="50us"
+  <cluster id="acme" prefix="node-" suffix=".acme.org" radical="0-99" speed="1Gf" bw="125MBps" lat="50us"
            bb_bw="2.25GBps"  bb_lat="500us"/>
 </platform>