Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update tesh
[simgrid.git] / examples / lua / console / master_slave_bypass.lua
1 require "simgrid"
2 dofile 'platform.lua'
3 dofile 'deploy.lua'
4 --Rutform.lua'
5 dofile 'master.lua'
6 dofile 'slave.lua'
7    simgrid.run()
8    simgrid.info("Simulation's over.See you.")