X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/767d7bdbc801f6ec69833f72c66ae1975dc8c754..4d368893c1c4c43aea93f16c3e519b29b278b693:/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 deleted file mode 100644 index b88391fdf4..0000000000 --- a/examples/lua/console/master_slave_bypass.lua +++ /dev/null @@ -1,14 +0,0 @@ --- 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.")