Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Use MC_process_read_string() in MC_smx_process_get_name() (DRY)
[simgrid.git] / examples / lua / console / master_slave_bypass.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 require "simgrid"
8 dofile 'platform.lua'
9 dofile 'deploy.lua'
10 --Rutform.lua'
11 dofile 'master.lua'
12 dofile 'slave.lua'
13    simgrid.run()
14    simgrid.info("Simulation's over.See you.")