Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adapt two collectives of starmpi to avoid timing issues, by using only smpi calls...
[simgrid.git] / src / smpi / colls / colls.h
index 43f5de9..242430d 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <math.h>
 #include "smpi/mpi.h"
+#include "smpi/private.h"
 #include "xbt.h"
 
 void star_reduction(MPI_Op op, void *src, void *target, int *count, MPI_Datatype *dtype);