Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update platfrom version to 3.
[simgrid.git] / examples / platforms / metaxml.xml
index f1788ca..9c2760c 100644 (file)
@@ -3,7 +3,7 @@
  -->
  <?xml version='1.0'?>
  <!DOCTYPE platform SYSTEM "simgrid.dtd">
- <platform version="2">
+ <platform version="3">
  <AS  id="AS0"  routing="Full">
  
    <!-- define a trace inside the XML file -->
  
    <!-- 4. Define startpoint for Lille -> $* (All other hosts including Nancy hosts) routes. It is the starting point so it overrides all previosly routes!!! -->
    <route:multi src="Lille" dst="$*" action="OVERRIDE" symmetric="NO">
-     <link:ctn id="$src"/>
+     <link_ctn id="$src"/>
    </route:multi>
  
    <!-- 5. Define Lille intra-cluster communication. Default behaviour POSTPEND links to already existing routes, and NOT symmetric because all routes are created in the first pass.  If you choose symmetric you will duplicate links due to POSTPEND !!!-->
    <route:multi src="Lille" dst="Lille" symmetric="NO">
-     <link:ctn id="Lille_bb"/>
+     <link_ctn id="Lille_bb"/>
    </route:multi>
  
    <!-- Add other links to routes. Default behaviour POSTPEND links to already existing routes -->
    <route:multi src="Nancy" dst="Lille">
-     <link:ctn id="INTER-bb"/>
-     <link:ctn id="$dst"/>
+     <link_ctn id="INTER-bb"/>
+     <link_ctn id="$dst"/>
    </route:multi>
    
    <!-- Connect the trace with the host nancy_0_host -->
-   <trace:connect trace="mytrace" kind="POWER" element="nancy_0_host"/>
+   <trace_connect trace="mytrace" kind="POWER" element="nancy_0_host"/>
  
  </AS>
  </platform>