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 4fb9e89..82ba2f9 100644 (file)
@@ -1,14 +1,13 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform version="2">
-  <!-- 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>
-  <route src="Bellevue" dst="Inmos">
-    <link:ctn id="link"/>
-  </route>
-</platform>
+ <!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>