Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A whole bunch of test units from Sascha and Fred. Many thanks, dudes
[simgrid.git] / teshsuite / simdag / network / p2p / platform_2p_1fl.xml
diff --git a/teshsuite/simdag/network/p2p/platform_2p_1fl.xml b/teshsuite/simdag/network/p2p/platform_2p_1fl.xml
new file mode 100644 (file)
index 0000000..95f3d8b
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version='1.0'?>\r
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">\r
+<platform_description version="1">\r
+  <cpu name="cpu0" power="1"/>\r
+  <cpu name="cpu1" power="1"/>
+  <network_link name="link0" bandwidth="1" latency=".5" sharing_policy="FATPIPE"/>
+  <route src="cpu0" dst="cpu1">\r
+    <route_element name="link0"/>\r
+  </route>\r
+  <route src="cpu1" dst="cpu0">\r
+    <route_element name="link0"/>\r
+  </route>\r
+</platform_description>\r