X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d2e821780d4e656ef56a50cd334893799c660a05..7c74728755ef56025569e262cc8056e4650dd4c8:/examples/lua/console/master_slave_bypass.lua?ds=sidebyside diff --git a/examples/lua/console/master_slave_bypass.lua b/examples/lua/console/master_slave_bypass.lua index a1c9759483..b88391fdf4 100644 --- a/examples/lua/console/master_slave_bypass.lua +++ b/examples/lua/console/master_slave_bypass.lua @@ -1,8 +1,14 @@ +-- Copyright (c) 2011, 2013-2014. The SimGrid Team. +-- All rights reserved. + +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the license (GNU LGPL) which comes with this package. + 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.") - simgrid.clean() -