Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in XML files
[simgrid.git] / examples / simdag / faulty_host.xml
index e75f426337024c700f1b074aa73309298b537b39..cbd5a0370b7e8fba032a74deb9a19db75080429d 100644 (file)
@@ -1,12 +1,9 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
- <AS  id="AS0"  routing="Full">
-   <host id="Faulty Host" speed="1Gf"
-         state_file="faulty_host.trace"/>
-   <host id="Safe Host" speed="500Mf"/>
- </AS>
- </platform>
+<AS  id="AS0"  routing="Full">
+  <host id="Faulty Host" speed="1Gf" state_file="faulty_host.trace"/>
+  <host id="Safe Host" speed="500Mf"/>
+</AS>
+</platform>
+