Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely remove ruby and java from simgrid project.
[simgrid.git] / examples / lua / master_slave.lua
index 1aca1b9..9c28bd0 100644 (file)
@@ -73,7 +73,7 @@ simgrid.platform(arg[1])
 simgrid.application(arg[2])
 else
 simgrid.platform("../msg/small_platform.xml")
-simgrid.application("../ruby/deploy.xml")
+simgrid.application("deploy.xml")
 end
 simgrid.run()
 simgrid.info("Simulation's over.See you.")