Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / teshsuite / msg / get_sender / get_sender_d.xml
index 0763eab..703b135 100644 (file)
@@ -1,7 +1,9 @@
 <?xml version='1.0'?>
- <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
- <platform version="3">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
    <!-- Deployment -->
-   <process host="toto" function="send"/>
-   <process host="toto" function="receive"/>
+   <process host="Tremblay" function="send"/>
+   <process host="Tremblay" function="receive"/>
  </platform>