Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix context registration which was disabled by a bug
[simgrid.git] / examples / smpi / tracing / smpi_traced_simple.c
index 1de1115..027c5f8 100644 (file)
@@ -1,10 +1,11 @@
-/* Copyright (c) 2012. The SimGrid Team.
+/* Copyright (c) 2012, 2014. 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. */
-#include <mpi.h>
+
 #include <stdio.h>
+#include <mpi.h>
 
 int main(int argc, char *argv[])
 {