Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid into...
[simgrid.git] / examples / msg / sendrecv / platform_sendrecv.xml
index 8bd9d5a..82ba2f9 100644 (file)
@@ -1,14 +1,13 @@
 <?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>
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
+ <AS  id="AS0"  routing="Full">
+   <!-- For using with ping_pong example, very simple platform -->
+   <host id="Inmos" power="98095000"/>
+   <host id="Bellevue" power="76296000"/>
+   <link id="link" bandwidth="1000000" latency="0.1"/>
+   <route src="Inmos" dst="Bellevue">
+     <link_ctn id="link"/>
+   </route>
+ </AS>
+ </platform>