Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added files to the sendrecv example.
[simgrid.git] / examples / msg / sendrecv / platform_sendrecv.xml
diff --git a/examples/msg/sendrecv/platform_sendrecv.xml b/examples/msg/sendrecv/platform_sendrecv.xml
new file mode 100644 (file)
index 0000000..8bd9d5a
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version='1.0'?>
+<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
+<platform_description version="1">
+  <!-- For using with ping_pong example, very simple platform -->
+  <cpu name="Inmos" power="98095000"/>
+  <cpu name="Bellevue" power="76296000"/>
+  <network_link name="link" bandwidth="1000000" latency="0.1"/>
+  <route src="Inmos" dst="Bellevue">
+    <route_element name="link"/>
+  </route>
+  <route src="Bellevue" dst="Inmos">
+    <route_element name="link"/>
+  </route>
+</platform_description>