Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics, and add a README
[simgrid.git] / examples / java / suspend / SuspendTest.java
index 8f18fa9..4a4cbff 100644 (file)
@@ -25,11 +25,6 @@ public class SuspendTest {
                System.exit(1);
        }
        
-       /* specify the number of channel for the process of the simulation. */
-       Channel.setNumber(1);
-        /* specify a paje output file. */
-        Msg.pajeOutput("suspend.trace");
-               
        /* construct the platform and deploy the application */
        Msg.createEnvironment(args[0]);
        Msg.deployApplication(args[1]);