X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec09841c5c348a41ad076a0c5beae57448c1923e..48eb2f1b9262fc74f527816c348ed2aa6efa9f65:/teshsuite/smpi/mpich3-test/coll/allgatherv4.c diff --git a/teshsuite/smpi/mpich3-test/coll/allgatherv4.c b/teshsuite/smpi/mpich3-test/coll/allgatherv4.c index 39ad8560ee..4c4cde6ded 100644 --- a/teshsuite/smpi/mpich3-test/coll/allgatherv4.c +++ b/teshsuite/smpi/mpich3-test/coll/allgatherv4.c @@ -60,9 +60,9 @@ int main(int argc, char **argv) if (!rbuf) fprintf(stderr, "\trbuf of %d bytes\n", MAX_BUF); if (!recvcounts) - fprintf(stderr, "\trecvcounts of %zd bytes\n", comm_size * sizeof(int)); + fprintf(stderr, "\trecvcounts of %zu bytes\n", comm_size * sizeof(int)); if (!displs) - fprintf(stderr, "\tdispls of %zd bytes\n", comm_size * sizeof(int)); + fprintf(stderr, "\tdispls of %zu bytes\n", comm_size * sizeof(int)); fflush(stderr); MPI_Abort(MPI_COMM_WORLD, -1); }