X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/826897d361add5db3272a9810e70371a40ba1660..c12801a5b6e621003b58c9b414729698fb48f1a9:/teshsuite/smpi/mpich3-test/rma/win_shared_noncontig_put.c diff --git a/teshsuite/smpi/mpich3-test/rma/win_shared_noncontig_put.c b/teshsuite/smpi/mpich3-test/rma/win_shared_noncontig_put.c index 60409a8850..0e68d2d8a8 100644 --- a/teshsuite/smpi/mpich3-test/rma/win_shared_noncontig_put.c +++ b/teshsuite/smpi/mpich3-test/rma/win_shared_noncontig_put.c @@ -63,7 +63,7 @@ int main(int argc, char **argv) { MPI_Win_shared_query(shm_win, i, &size, &disp_unit, &base); if (i % 2 == 0) { - assert(size == ELEM_PER_PROC * sizeof(int)); + assert(size >= ELEM_PER_PROC * sizeof(int)); for (j = 0; j < ELEM_PER_PROC; j++) { if ( base[j] != j ) {