Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
removing ApplicationHandler ruby Class, keeping only C Handler to create Process
[simgrid.git] / src / bindings / ruby / MasterSlave.rb
index e945b7a..5d047ee 100644 (file)
@@ -78,7 +78,7 @@ if (ARGV.length == 2)
        MSG.deployApplication(ARGV[1])
 else 
        MSG.createEnvironment("platform.xml")
-       MSG.deployApplication("deploy.xml")
+       MSG.deployApplication("deploy2.xml")
   #Thread.list.each {|t| p t}
 end