Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in XML files
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 15 Feb 2016 23:12:55 +0000 (00:12 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 15 Feb 2016 23:12:55 +0000 (00:12 +0100)
13 files changed:
examples/msg/gtnets/crosstraffic-d.xml
examples/msg/gtnets/dogbone-d.xml
examples/msg/gtnets/dogbone-p.xml
examples/msg/gtnets/onelink-d.xml
examples/msg/gtnets/onelink-p.xml
examples/msg/ns3/3hosts_2links_d.xml
examples/msg/ns3/3links-d-timer.xml
examples/msg/ns3/3links-d.xml
examples/msg/ns3/One_cluster-d.xml
examples/msg/ns3/Two_clusters-d.xml
examples/simdag/2clusters.xml
examples/simdag/faulty_host.xml
examples/simdag/two_hosts.xml

index 83f3acef4c8afc168df06211a6fe1ba13464d3c5..212bca529724696ad2ed717d049148eca0ae9fb9 100644 (file)
@@ -1,46 +1,36 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-
   <process host="S1" function="master">
       <argument value="1000000"/>
       <argument value="C1"/>
       <argument value="1"/>
   </process>
-
   <process host="C1" function="slave">
     <argument value="1"/>
   </process>
-
   <process host="S1" function="master">
       <argument value="1000000"/>
       <argument value="C1"/>
       <argument value="2"/>
   </process>
-
   <process host="C1" function="slave">
     <argument value="2"/>
   </process>
   <process host="S1" function="master">
       <argument value="1000000"/>
       <argument value="C1"/>
       <argument value="3"/>
   </process>
-
   <process host="C1" function="slave">
     <argument value="3"/>
   </process>
-
-
   <process host="C1" function="master">
       <argument value="1000000"/>
       <argument value="S1"/>
       <argument value="4"/>
   </process>
-
   <process host="S1" function="slave">
     <argument value="4"/>
   </process>
 </platform>
index fd477219ab602cc92ac8ad3148b485d90f4de947..a0cffd815f408734191225808e6ce9e383cc6996 100644 (file)
@@ -1,19 +1,16 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-
   <process host="S1" function="master">
       <argument value="10000"/>
       <argument value="C1"/>
       <argument value="0"/>
   </process>
-
   <process host="S2" function="master">
       <argument value="10000"/>
       <argument value="C2"/>
       <argument value="1"/>
   </process>
-
   <process host="C1" function="slave">
       <argument value="0"/>
   </process>
index b4468554f2a426c43872686e53fff054a0beb749..2e9b2eb363818be88e6c0abe48beaf226330a198 100644 (file)
@@ -1,69 +1,28 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-  
- <AS  id="AS0"  routing="Full">
- <!---  dogbone
- -->
-   <host id="S1" speed="1Gf"/>
-   <host id="C1" speed="1Gf"/>
-   <host id="S2" speed="1Gf"/>
-   <host id="C2" speed="1Gf"/>
-   <router id="R1"/>
-   <router id="R2"/>
-   <link id="1" bandwidth="100MBps" latency="10ms"/>
-   <link id="2" bandwidth="100MBps" latency="10ms"/>
-   <link id="3" bandwidth="100MBps" latency="10ms"/>
-   <link id="4" bandwidth="100MBps" latency="10ms"/>
-   <link id="5" bandwidth="100MBps" latency="10ms"/>
-   <route src="S1" dst="C1">
-      <link_ctn id="1"/>
-      <link_ctn id="2"/>
-      <link_ctn id="3"/>
-   </route>
-   <route src="S2" dst="C2">
-      <link_ctn id="4"/>
-      <link_ctn id="2"/>
-      <link_ctn id="5"/>
-   </route>
-   <route src="S1" dst="C2">
-      <link_ctn id="1"/>
-      <link_ctn id="2"/>
-      <link_ctn id="5"/>
-   </route>
-   <route src="S2" dst="C1">
-      <link_ctn id="4"/>
-      <link_ctn id="2"/>
-      <link_ctn id="3"/>
-   </route>
-   <route src="S1" dst="R1">
-      <link_ctn id="1"/>
-   </route>
-   <route src="R1" dst="R2">
-      <link_ctn id="2"/>
-   </route>
-   <route src="R2" dst="C1">
-      <link_ctn id="3"/>
-   </route>
-   <route src="S2" dst="R1">
-      <link_ctn id="4"/>
-   </route>
-   <route src="R2" dst="C2">
-      <link_ctn id="5"/>
-   </route>
- </AS>
- </platform>
+<AS  id="AS0"  routing="Full">
+  <host id="S1" speed="1Gf"/>
+  <host id="C1" speed="1Gf"/>
+  <host id="S2" speed="1Gf"/>
+  <host id="C2" speed="1Gf"/>
+  <router id="R1"/>
+  <router id="R2"/>
+
+  <link id="1" bandwidth="100MBps" latency="10ms"/>
+  <link id="2" bandwidth="100MBps" latency="10ms"/>
+  <link id="3" bandwidth="100MBps" latency="10ms"/>
+  <link id="4" bandwidth="100MBps" latency="10ms"/>
+  <link id="5" bandwidth="100MBps" latency="10ms"/>
+
+  <route src="S1" dst="C1"><link_ctn id="1"/><link_ctn id="2"/><link_ctn id="3"/></route>
+  <route src="S2" dst="C2"><link_ctn id="4"/><link_ctn id="2"/><link_ctn id="5"/></route>
+  <route src="S1" dst="C2"><link_ctn id="1"/><link_ctn id="2"/><link_ctn id="5"/></route>
+  <route src="S2" dst="C1"><link_ctn id="4"/><link_ctn id="2"/><link_ctn id="3"/></route>
+  <route src="S1" dst="R1"><link_ctn id="1"/></route>
+  <route src="R1" dst="R2"><link_ctn id="2"/></route>
+  <route src="R2" dst="C1"><link_ctn id="3"/></route>
+  <route src="S2" dst="R1"><link_ctn id="4"/></route>
+  <route src="R2" dst="C2"><link_ctn id="5"/></route>
+</AS>
+</platform>
index 631ee5d3beffc8ad4dbc0aa69804d7654b9223ba..a3450be0111294958df55d5bd99a660b08f700ca 100644 (file)
@@ -1,15 +1,12 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-
   <process host="S1" function="master">
       <argument value="1000000"/>
       <argument value="C1"/>
       <argument value="1"/>
   </process>
-
   <process host="C1" function="slave">
     <argument value="1"/>
   </process>
-  
 </platform>
index 396dbca7c8b5e5c80c5d40505e0a1b35ef07550f..36aa5425467693148562d00586bd1215319f986d 100644 (file)
@@ -1,22 +1,13 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
- <AS  id="AS0"  routing="Full">
- <!---   S1  ________ C1
-              link 1
-             100MB, 5ms
- -->
+<AS  id="AS0"  routing="Full">
+  <!---   S1 -- link 1 -- C1
+              (10kB, 10ms)      -->
+
    <host id="S1" speed="1Gf"/>
    <host id="C1" speed="1Gf"/>
    <link id="1" bandwidth="10kBps" latency="10ms"/>
-   <route src="S1" dst="C1">
-      <link_ctn id="1"/>
-   </route>
- </AS>
- </platform>
+   <route src="S1" dst="C1"><link_ctn id="1"/></route>
+</AS>
+</platform>
index 84fd185b0c629fa8671f2500893e855f6e26e11b..915c5c876999698d034b19f15b3f8a473150dae9 100644 (file)
@@ -1,15 +1,12 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-
   <process host="Tremblay" function="master">
       <argument value="100"/>
       <argument value="Jupiter"/>
       <argument value="1"/>
   </process>
-
   <process host="Jupiter" function="slave">
     <argument value="1"/>
   </process>
-
 </platform>
index 76225f5d2e983db8032cc813d72589edb02c7a2d..ee686fd20f23249f741ddc8e0e4bd9668f20b612 100644 (file)
@@ -1,52 +1,42 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-
   <process host="Tremblay" function="master">
       <argument value="100000"/>
       <argument value="Jupiter"/>
       <argument value="1"/>
   </process>
-
   <process host="Jupiter" function="slave">
     <argument value="1"/>
   </process>
-
   <process host="Fafard" function="master">
       <argument value="1000000"/>
       <argument value="Ginette"/>
       <argument value="2"/>
   </process>
-
   <process host="Ginette" function="slave">
     <argument value="2"/>
   </process>
-
   <process host="Bourassa" function="master">
       <argument value="2000000"/>
       <argument value="Lovelace"/>
       <argument value="3"/>
   </process>
-
   <process host="Lovelace" function="slave">
     <argument value="3"/>
   </process>
-
   <process host="Bourassa" function="master" start_time="2.0">
       <argument value="2000000"/>
       <argument value="Lovelace"/>
       <argument value="4"/>
   </process>
-
   <process host="Lovelace" function="slave">
     <argument value="4"/>
   </process>
-
   <process host="Lovelace" function="timer">
     <argument value="0"/>
     <argument value=".1"/>
   </process>
-
   <process host="Lovelace" function="timer" start_time="2.0">
     <argument value="0"/>
     <argument value=".1"/>
index 0c628602cac40b98f9824658512fc82d8fac80ff..41da03430060024379d8ffd476cad6312e61c1e9 100644 (file)
@@ -1,7 +1,6 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-
   <process host="Tremblay" function="master">
       <argument value="100000"/>
       <argument value="Jupiter"/>
@@ -10,7 +9,6 @@
   <process host="Jupiter" function="slave">
     <argument value="1"/>
   </process>
-
   <process host="Fafard" function="master">
       <argument value="1000000"/>
       <argument value="Ginette"/>
@@ -19,7 +17,6 @@
   <process host="Ginette" function="slave">
     <argument value="2"/>
   </process>
-
   <process host="Bourassa" function="master">
       <argument value="2000000"/>
       <argument value="Lovelace"/>
index dfdc890e39cbc3f00bde0836f378cffa01d50982..98102d2f59a692dc70d3a6c46b6d349a5d44b19a 100644 (file)
@@ -1,15 +1,12 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-
   <process host="node-2.acme.org" function="master">
       <argument value="100"/>
       <argument value="node-6.acme.org"/>
       <argument value="1"/>
   </process>
-
   <process host="node-6.acme.org" function="slave">
     <argument value="1"/>
   </process>
-     
 </platform>
index c6744b51a615c472b8d3da0bb16897e681788617..81d1aef69f7176493d7d2a1b50d1c1a42f37f0c3 100644 (file)
@@ -1,15 +1,12 @@
 <?xml version='1.0'?>
 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
 <platform version="4">
-
   <process host="node-3.acme.org" function="master">
       <argument value="100"/>
       <argument value="node-16.acme.org"/>
       <argument value="1"/>
   </process>
-
   <process host="node-16.acme.org" function="slave">
     <argument value="1"/>
   </process>
-     
 </platform>
index f282f989ca9f87be6c8732c603cbafdbd7e6b113..d12b59cca7b3c3ad15decfa14b1104cdc53e8fa1 100644 (file)
@@ -1,8 +1,6 @@
 <?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="C2-06" speed="5Gf"/>
    <host id="C1-03" speed="1Gf"/>
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>
+
index f65fb43f8ee10233d71dc1a56fa0b1e5377f4ef7..025f9000d891ebfad2ec184a688d6a39d88627ca 100644 (file)
@@ -1,23 +1,18 @@
 <?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="Tremblay" speed="25Mf"/>
-     <host id="Jupiter" speed="25Mf" 
-           availability_file="jupiter_power.trace"/>
+  <AS id="AS0" routing="Full">
+    <host id="Tremblay" speed="25Mf"/>
+    <host id="Jupiter" speed="25Mf" availability_file="jupiter_power.trace"/>
 
-     <link id="1" bandwidth="125MBps" latency="100us" 
-           bandwidth_file="link1_avail.trace"/>
-     
-     <route src="Tremblay" dst="Jupiter">
-       <link_ctn id="1"/>
-     </route>
-   </AS>
+    <link id="1" bandwidth="125MBps" latency="100us" bandwidth_file="link1_avail.trace"/>
 
-   <trace id="Tremblay_power" periodicity="6.0">
-     1.0 0.5
-     4.0 1.0
-   </trace>
+    <route src="Tremblay" dst="Jupiter"><link_ctn id="1"/></route>
+  </AS>
 
-   <trace_connect trace="Tremblay_power" element="Tremblay" kind="SPEED"/>
-</platform>  
+  <trace id="Tremblay_power" periodicity="6.0">
+    1.0 0.5
+    4.0 1.0
+  </trace>
+  <trace_connect trace="Tremblay_power" element="Tremblay" kind="SPEED"/>
+</platform>