Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving basic tests + revalidating tesh files.
[simgrid.git] / teshsuite / simdag / basic_platform.xml
diff --git a/teshsuite/simdag/basic_platform.xml b/teshsuite/simdag/basic_platform.xml
new file mode 100644 (file)
index 0000000..f8ebae2
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version='1.0'?>\r
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">\r
+<platform_description version="1">\r
+  <cpu name="cpu0" power="4e+09"/>\r
+  <cpu name="cpu1" power="4e+09"/>\r
+  <network_link name="link0" bandwidth="1.25e+08" latency="1.0e-04" sharing_policy="SHARED"/>\r
+  <route src="cpu0" dst="cpu0">\r
+    <route_element name="link0"/>\r
+  </route>\r
+  <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
+  <route src="cpu1" dst="cpu1">\r
+    <route_element name="link0"/>\r
+  </route>\r
+</platform_description>\r