Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics, and add a README
[simgrid.git] / examples / java / suspend / SuspendTest.java
index 9868e56..4a4cbff 100644 (file)
@@ -25,9 +25,6 @@ public class SuspendTest {
                System.exit(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]);