Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace xbt_die(bprintf(...)) with xbt_die(...).
[simgrid.git] / teshsuite / msg / get_sender.xml
index 86ea2a9..c6a3a98 100644 (file)
@@ -1,13 +1,14 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "simgrid.dtd">
-<platform version="2">
-  <!-- Platform -->
-  
-  <host id="toto" power="1000000"/>
-  <link id="lb" bandwidth="100000000" latency="0.000000"/>
-  <route src="toto" dst="toto"><link:ctn id="lb"/></route>
-  
-  <!-- Deployment -->
-  <process host="toto" function="send"/>
-  <process host="toto" function="receive"/>
-</platform>
+ <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
+ <platform version="3">
+   <!-- Platform -->
+ <AS  id="AS0"  routing="Full">
+   <host id="toto" power="1000000"/>
+   <link id="lb" bandwidth="100000000" latency="0.000000"/>
+   <route src="toto" dst="toto"><link_ctn id="lb"/></route>    
+  </AS>  
+   
+   <!-- Deployment -->
+   <process host="toto" function="send"/>
+   <process host="toto" function="receive"/>
+ </platform>