Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compilation fix on SMPI with WIN32
[simgrid.git] / examples / smpi / tracing / smpi_traced.c
index f23bb7b..6c9e8fe 100644 (file)
@@ -4,8 +4,8 @@
 /* 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. */
 
 /* 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 <stdio.h>
+#include "mpi.h"
 #include "instr/instr.h"
 
 #define DATATOSENT 100000
 #include "instr/instr.h"
 
 #define DATATOSENT 100000