Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Import of Frederic's files and set up a very basic test (juste parsing the files).
[simgrid.git] / teshsuite / simdag / platforms / two_hosts_one_link.xml
diff --git a/teshsuite/simdag/platforms/two_hosts_one_link.xml b/teshsuite/simdag/platforms/two_hosts_one_link.xml
new file mode 100644 (file)
index 0000000..306d168
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
+  <host id="bob" power="1000000000"/>
+  <host id="alice" power="500000000"/>
+
+  <link id="link1" bandwidth="125000000" latency="5E-5"/>
+
+  <route src="bob" dst="alice">
+    <link:ctn id="link1"/>
+  </route>
+
+  <route src="alice" dst="bob">
+    <link:ctn id="link1"/>
+  </route>
+</platform>