X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/41ec02708cdd5e0f2b478a9f5135a597353a72e8..558e19f535bb0c65b610bc758c8133ded549ca3c:/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..89d2e057f9 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); }