Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix in masterslave deploy.xml
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 13 Jun 2012 13:51:45 +0000 (15:51 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 13 Jun 2012 13:51:45 +0000 (15:51 +0200)
examples/masterslave/deploy.xml

index f72a8b9..70f120b 100644 (file)
@@ -3,7 +3,7 @@
 <platform version="3">
   <!-- The master process (with some arguments) -->
 
-  <process host="Jacquelin" function="mastermasterslave.Slave.Master">
+  <process host="Jacquelin" function="masterslave.Master">
      <argument value="10"/>       <!-- Number of tasks -->
      <argument value="50000000"/>  <!-- Computation size of tasks -->
      <argument value="1000000"/>   <!-- Communication size of tasks -->