Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fixed a bug in add_route in all models + dict uses DJB2 hash func now + modified...
[simgrid.git] / examples / platforms / metaxml.xml
index 3d31e0e..a223c7a 100644 (file)
@@ -32,8 +32,8 @@
   <!-- Define backbone for communication between Nancy and Lille-->
   <link id="INTER-bb" bandwidth="125000000" latency="0.000100"/>
 
-  <!-- 4. Define startpoint for Lille -> $* (All other hosts including Nancy hosts) routes (it is symmetric: $* -> Lille). It is the starting point so it overrides all previosly routes!!! -->
-  <route:multi src="Lille" dst="$*" action="OVERRIDE">
+  <!-- 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"/>
   </route:multi>