Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Be consistent: change buf to an array of int.
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / bcastzerotype.c
index 65a6055..ece1e25 100644 (file)
@@ -10,7 +10,7 @@ int main(int argc, char *argv[])
 {
     int i, type_size;
     MPI_Datatype type = MPI_DATATYPE_NULL;
-    char *buf = NULL;
+    int *buf = NULL;
     int wrank, wsize;
 
     MPI_Init(&argc, &argv);