Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / examples / msg / sendrecv / sendrecv.c
index 58b6b09..ae41aff 100644 (file)
@@ -1,5 +1,6 @@
-/*     $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. */
 
@@ -133,7 +134,6 @@ MSG_error_t test_all(const char *platform_file, const char *application_file)
 
   /*  Simulation setting */
   MSG_set_channel_number(MAX_CHANNEL);
-  MSG_paje_output("msg_test.trace");
   MSG_create_environment(platform_file);
 
   /*   Application deployment */
@@ -168,14 +168,14 @@ int main(int argc, char *argv[])
     exit(1);
   }
 
-  /* Options for the workstation_model:
+  /* Options for the workstation/model:
 
      KCCFLN05              => for maxmin
      KCCFLN05_proportional => for proportional (Vegas)
      KCCFLN05_Vegas        => for TCP Vegas
      KCCFLN05_Reno         => for TCP Reno
    */
-  //MSG_config("workstation_model", argv[3]);
+  //MSG_config("workstation/model", argv[3]);
 
   res = test_all(argv[1], argv[2]);