Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / lua / masterslave / master_slave.lua
index 6fe6850..984dba7 100644 (file)
@@ -8,4 +8,4 @@ simgrid.platform(arg[1] or "../../msg/small_platform.xml")
 simgrid.application(arg[2] or "../deploy.xml")
 simgrid.run()
 simgrid.info("Simulation's over. See you.")
-
+-- end-of-master-slave