Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename surfxml.dtd into simgrid.dtd
[simgrid.git] / examples / gras / all2all / all2all.xml
index 46bf362..021a1c6 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="2">
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2">
   <!-- For each host, we have a sender and a receiver (because we use a
        1-port model and still don't want any deadlocks neither synchronization
        delays).
   <!-- For each host, we have a sender and a receiver (because we use a
        1-port model and still don't want any deadlocks neither synchronization
        delays).
@@ -71,4 +71,4 @@
      <argument value="4000"/>
      <argument value="4"/>
   </process>
      <argument value="4000"/>
      <argument value="4"/>
   </process>
-</platform_description>
+</platform>