X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1430176bca4f7627075440f1e2559be930f93fdf..863aeead864a309c494893a1b06ec33ed2b7daf1:/teshsuite/smpi/mpich3-test/coll/allgatherv4_manual.c diff --git a/teshsuite/smpi/mpich3-test/coll/allgatherv4_manual.c b/teshsuite/smpi/mpich3-test/coll/allgatherv4_manual.c index 4249a92524..c5cbb95a71 100644 --- a/teshsuite/smpi/mpich3-test/coll/allgatherv4_manual.c +++ b/teshsuite/smpi/mpich3-test/coll/allgatherv4_manual.c @@ -177,7 +177,7 @@ void comm_tests(MPI_Comm comm) } } -double run_test(long long msg_size, MPI_Comm comm, test_t test_type, +double run_test(long long msg_size, MPI_Comm comm, test_t test_type, double * max_time) { int i, j; @@ -230,7 +230,7 @@ double run_test(long long msg_size, MPI_Comm comm, test_t test_type, /* Test that: 1: sbuf is large enough 2: rbuf is large enough - 3: There were no failures (e.g., tmp nowhere > rbuf size + 3: There were no failures (e.g., tmp nowhere > rbuf size */ MPI_Barrier(comm); start = MPI_Wtime();