Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split another xml file (memory leaks in the parser).
[simgrid.git] / teshsuite / msg / process_d.xml
similarity index 75%
rename from teshsuite/msg/process.xml
rename to teshsuite/msg/process_d.xml
index f0c3dae..ee058c5 100644 (file)
@@ -1,16 +1,11 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
 <platform version="3">
-  <!-- The hosts -->
-  <AS  id="AS0"  routing="Full">
-   <host id="Tremblay" power="98.095Mf"/>
-  </AS>
-
   <!-- The master process (with some arguments) -->
   <process host="Tremblay" function="master">
   </process>
-  
+
   <!-- The slave processes (with mailbox to listen on as argument) -->
   <process host="Tremblay" function="slave">
   </process>
- </platform>
\ No newline at end of file
+</platform>
\ No newline at end of file