From: Augustin Degomme Date: Tue, 25 Jun 2013 15:01:48 +0000 (+0200) Subject: same as before, to make ci happy X-Git-Tag: v3_9_90~223 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/703a00161f6ba0654b87df7a04bd622842b9ebf9 same as before, to make ci happy --- diff --git a/teshsuite/smpi/shared.c b/teshsuite/smpi/shared.c index 61ea3e49f6..15b1a3a6cd 100644 --- a/teshsuite/smpi/shared.c +++ b/teshsuite/smpi/shared.c @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) MPI_Barrier(MPI_COMM_WORLD); //everyobne reads from it. - printf("[%d] The value in the shared buffer is: %llu\n", rank, (unsigned long long)*buf); + printf("[%d] The value in the shared buffer is: %" PRIu64"\n", rank, *buf); MPI_Barrier(MPI_COMM_WORLD);