Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
still not our
[simgrid.git] / teshsuite / smpi / mpich3-test / rma / win_shared_noncontig.c
index a6ab73b..22e37e1 100644 (file)
@@ -59,7 +59,7 @@ int main(int argc, char **argv) {
         MPI_Aint  size;
 
         MPI_Win_shared_query(shm_win, i, &size, &disp_unit, &base);
-        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 ) {