Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
no need to specify symmetrical=YES, that's by default
[simgrid.git] / examples / platforms / routing_cluster.lua
index 8ef183f..ee134cf 100644 (file)
@@ -45,7 +45,7 @@ simgrid.platf.AS_open{id="AS0",mode="Full"}
   simgrid.platf.link_new{id="link1-2",bandwidth="2.25GBps",lat="500us"};
 
   simgrid.platf.ASroute_new{src="my_cluster1", dst="my_cluster2",
-                            gw_src="router1", gw_dst="router2", links="link1-2",symmetrical="YES"}
+                            gw_src="router1", gw_dst="router2", links="link1-2"}
 
 simgrid.platf.AS_close()
 simgrid.platf.close()