Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to activate coverity for simgrid
[simgrid.git] / examples / lua / console / master_slave_bypass.lua
index 3f3fd9c..b88391f 100644 (file)
@@ -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.")