X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6c7fcd0a9a12ff3440f31df78d8119baafa3213e..fb450820a89a2e124df2ec668ecb0ddc95733272:/examples/lua/master_slave.lua diff --git a/examples/lua/master_slave.lua b/examples/lua/master_slave.lua index 652d34ebdc..9c28bd0c41 100644 --- a/examples/lua/master_slave.lua +++ b/examples/lua/master_slave.lua @@ -11,10 +11,6 @@ comp_size = arg[2]; comm_size = arg[3]; slave_count = arg[4] -A = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}} - ---print (A[1][3]) - if (#arg ~= 4) then error("Argc should be 4"); end @@ -77,7 +73,7 @@ simgrid.platform(arg[1]) simgrid.application(arg[2]) else simgrid.platform("../msg/small_platform.xml") -simgrid.application("../ruby/deploy.xml") +simgrid.application("deploy.xml") end simgrid.run() simgrid.info("Simulation's over.See you.")