Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use send/recv instead of put/get
[simgrid.git] / examples / java / ping_pong / PingPongTest.java
index f5c3d58..c92750b 100644 (file)
@@ -28,9 +28,6 @@ public class PingPongTest  {
                System.exit(1);
        }
        
-        /* specify a paje output file. */
-        Msg.pajeOutput("ping_pong.trace");
-               
        /* construct the platform and deploy the application */
        Msg.createEnvironment(args[0]);
        Msg.deployApplication(args[1]);