Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] stop tracing process if user sets its category to NULL
[simgrid.git] / examples / amok / bandwidth / bandwidth.xml
index 40449640affe82ba716cbafdc9a738a6bdf4450f..4dcd1e802e3156d96b7a9172d9a815b1dc5e4b6c 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="2">
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="3">
   <process host="Tremblay" function="sensor">
      <argument value="Ginette:4000"/>       <!-- maestro -->
   </process>
@@ -10,4 +10,4 @@
   <process host="Ginette" function="maestro">
      <argument value="4000"/>   <!-- my port -->
   </process>
-</platform_description>
+</platform>