Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New files by FS.
[simgrid.git] / teshsuite / simdag / platforms / one_cluster_one_host_random.xml
diff --git a/teshsuite/simdag/platforms/one_cluster_one_host_random.xml b/teshsuite/simdag/platforms/one_cluster_one_host_random.xml
new file mode 100644 (file)
index 0000000..41f46a8
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
+  <random id="myRandomGenerator" generator="DRAND48"
+         min="1000000000" max="2000000000" mean="1600000000"
+         std_deviation="12"/>
+
+  <set id="bob_cluster" prefix="bob" suffix=".hamburger.edu"
+       radical="0-3"/>
+
+  <host id="bob" power="$rand(myRandomGenerator)"/>
+  
+  <foreach set_id="bob_cluster">
+    <host id="$1" power="$rand(myRandomGenerator)"/>
+    <link id="$1" bandwidth="125000000" latency="5E-5"/>
+  </foreach>
+ </platform>