Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
More substitutions for the smpirun script.
[simgrid.git] / examples / smpi / tracing / smpi_traced_simple.c
index 1de1115..ff92c0e 100644 (file)
@@ -3,8 +3,9 @@
 
 /* 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[])
 {