Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixing some bugs.
[jaceP2P.git] / src / jaceP2P / JaceServer.java
index 8b973ef..d63f6ee 100644 (file)
@@ -34,10 +34,9 @@ public class JaceServer extends UnicastRemoteObject implements JaceInterface {
                        int nbdc, int nbsdc, int nbDaemonPerSpawner, int nbDaemonPerThread)
                        throws RemoteException {
                System.out.println("Beginning the transformation ...");
-//             @SuppressWarnings("unused")
-//             JaceSpawner spawner = new JaceSpawner(params, appliName, reg, nbTasks,
-//                             snodeStub, rank, heartTime, tag, nbdc, nbsdc,
-//                             nbDaemonPerSpawner, nbDaemonPerThread);
+               new JaceSpawner(params, appliName, reg, nbTasks,
+                               snodeStub, rank, heartTime, tag, nbdc, nbsdc,
+                               nbDaemonPerSpawner, nbDaemonPerThread);
                HeartBeatThread.Instance().kill();
                return Register.Instance().getSpawnerStub();
        }