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 65a60552739d0364d349cbe7eb98c2c772844957..ece1e2549da48b01052073dc2ac936a5f497a9a1 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);