Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanup XML jungle in teshsuite
[simgrid.git] / teshsuite / simdag / platforms / one_link_fatpipe.xml
index c9ca8f2..103a540 100644 (file)
@@ -1,9 +1,8 @@
 <?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="bob" speed="500Mf"/>
-  <link id="link1" bandwidth="125MBps" latency="50us"
-        sharing_policy="FATPIPE"/>
-               </AS>
+  <AS  id="AS0"  routing="Full">
+    <host id="bob" speed="500Mf"/>
+    <link id="link1" bandwidth="125MBps" latency="50us" sharing_policy="FATPIPE"/>
+  </AS>
 </platform>