]> AND Public Git Repository - simgrid.git/blobdiff - examples/lua/master_slave.lua
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill 2 SMPI examples with unclear license
[simgrid.git] / examples / lua / master_slave.lua
index 652d34ebdc4fbe0a6ca9e7b4d61935c514d0285a..1aca1b9282f3c02e5bf5276fc0019cee7b4bbfc0 100644 (file)
@@ -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