Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Lua] Updated the bittorent.lua test
[simgrid.git] / examples / lua / console / deploy.lua
1 -- Copyright (c) 2011, 2013-2014. The SimGrid Team.
2 -- All rights reserved.
3
4 -- This program is free software; you can redistribute it and/or modify it
5 -- under the terms of the license (GNU LGPL) which comes with this package.
6
7  dofile 'master.lua'
8  dofile 'slave.lua' 
9
10   simgrid.init_application();
11   --Set Application
12    simgrid.host.set_function{host="Tremblay",fct="Master",args="20,550000000,1000000,4"};
13    simgrid.host.set_function{host="Jupiter",fct="Slave",args="1"};
14    simgrid.host.set_function{host="Fafard",fct="Slave",args="2"};
15    simgrid.host.set_function{host="Ginette",fct="Slave",args="3"};
16    simgrid.host.set_function{host="Bourassa",fct="Slave",args="0"};