Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Be consistent: change buf to an array of int.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 5 Nov 2013 12:04:43 +0000 (13:04 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Tue, 5 Nov 2013 16:54:52 +0000 (17:54 +0100)
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;
 {
     int i, type_size;
     MPI_Datatype type = MPI_DATATYPE_NULL;
-    char *buf = NULL;
+    int *buf = NULL;
     int wrank, wsize;
 
     MPI_Init(&argc, &argv);
     int wrank, wsize;
 
     MPI_Init(&argc, &argv);