Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to clean platform files containing in examples/platform/ .
[simgrid.git] / examples / platforms / cluster_no_backbone.xml
diff --git a/examples/platforms/cluster_no_backbone.xml b/examples/platforms/cluster_no_backbone.xml
new file mode 100644 (file)
index 0000000..a5ac514
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+
+<!--             _________
+                |          |
+                |  router  |
+                |__________|
+                    / | \
+                   /  |  \
+               l0 / l1|   \l2 
+                 /    |    \
+                /     |     \
+            host0   host1   host2      
+-->
+
+<platform version="3">
+<AS  id="AS0"  routing="Full">
+  <cluster id="my_cluster_1" prefix="" suffix=""
+               radical="0-262144"      power="1000000000"    bw="125000000"     lat="5E-5"/>
+</AS>
+</platform>