Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
using a trace marker to register the end of each flow in the gtnets example
[simgrid.git] / examples / msg / masterslave / masterslave_bypass.c
index df34e56..21e84cd 100644 (file)
@@ -1,6 +1,5 @@
-/*     $Id$     */
-
-/* Copyright (c) 2002,2003,2004 Arnaud Legrand. All rights reserved.        */
+/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -285,7 +284,6 @@ MSG_error_t test_all(void)
 
   /*  Simulation setting */
   MSG_set_channel_number(MAX_CHANNEL);
-  MSG_paje_output("msg_test.trace");
   surf_parse = surf_parse_bypass_platform;
   MSG_create_environment(NULL);