]> AND Public Git Repository - simgrid.git/blobdiff - examples/lua/masterslave/master_slave.lua
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not implicit on all systems
[simgrid.git] / examples / lua / masterslave / master_slave.lua
index 6fe6850ff56d512c291ac4fe207469835eb7b017..2aeb9177691b6ba579abb5ef855e048b5ca8d0be 100644 (file)
@@ -4,8 +4,8 @@ dofile 'slave.lua'
 
 require "simgrid"
 
-simgrid.platform(arg[1] or "../../msg/small_platform.xml")
-simgrid.application(arg[2] or "../deploy.xml")
+simgrid.platform(arg[1])
+simgrid.application(arg[2])
 simgrid.run()
 simgrid.info("Simulation's over. See you.")
-
+-- end-of-master-slave