Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually, read()=0 is not an issue in the AppSide
[simgrid.git] / examples / smpi / gemm / gemm.c
index fd75fbd..3aedd09 100644 (file)
@@ -12,8 +12,8 @@
 /*#*/
 /*# ==================================================================================================*/
 
-#include "stdio.h"
-#include "mpi.h"
+#include <mpi.h>
+#include <stdio.h>
 
 void multiply(float* a, float* b, float* c, int istart, int iend, int size);
 void multiply_sampled(float* a, float* b, float* c, int istart, int iend, int size);