X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d947ff7466b473eeec602007934f8336a9b17f3c..218c42a20c7eaba87e20cfb3eaac5ad8e0d0f739:/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 3f3fd9c191..b88391fdf4 100644 --- a/examples/lua/console/master_slave_bypass.lua +++ b/examples/lua/console/master_slave_bypass.lua @@ -1,10 +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' +dofile 'deploy.lua' --Rutform.lua' dofile 'master.lua' dofile 'slave.lua' - --dofile 'deploy.lua' - simgrid.application("deployb.xml") simgrid.run() simgrid.info("Simulation's over.See you.")