Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup log mess in ruby bindings, various cosmetics, restaure a FIXME which slept...
[simgrid.git] / src / bindings / ruby / MasterSlave.rb
index 5d047ee..e945b7a 100644 (file)
@@ -78,7 +78,7 @@ if (ARGV.length == 2)
        MSG.deployApplication(ARGV[1])
 else 
        MSG.createEnvironment("platform.xml")
-       MSG.deployApplication("deploy2.xml")
+       MSG.deployApplication("deploy.xml")
   #Thread.list.each {|t| p t}
 end