X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d2ba533b2ba779dc85b3faf0d297dc6f13c7e7c1..a09fdaced8717cdcb0aefb66564bd4825c14e4aa:/examples/lua/console/master_slave_bypass.lua diff --git a/examples/lua/console/master_slave_bypass.lua b/examples/lua/console/master_slave_bypass.lua index 37338f1a1e..55a79d532c 100644 --- a/examples/lua/console/master_slave_bypass.lua +++ b/examples/lua/console/master_slave_bypass.lua @@ -2,6 +2,7 @@ require "simgrid" dofile 'platform.lua' dofile 'deploy.lua' --Rutform.lua' +dofile 'master.lua' +dofile 'slave.lua' simgrid.run() simgrid.info("Simulation's over.See you.") -