X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ffbdb20797e6741e7b0b4b68a3f733bd32d45c5..41ca371b3055930d24ce56f86945acfd1317d5fb:/teshsuite/smpi/mpich3-test/attr/fkeyvaltype.c diff --git a/teshsuite/smpi/mpich3-test/attr/fkeyvaltype.c b/teshsuite/smpi/mpich3-test/attr/fkeyvaltype.c index 55f172512d..59cfe0b447 100644 --- a/teshsuite/smpi/mpich3-test/attr/fkeyvaltype.c +++ b/teshsuite/smpi/mpich3-test/attr/fkeyvaltype.c @@ -63,7 +63,7 @@ int main(int argc, char *argv[]) /* We create some dummy keyvals here in case the same keyval * is reused */ - for (i = 0; i < 1; i++) { + for (i = 0; i < 32; i++) { MPI_Type_create_keyval(MPI_NULL_COPY_FN, MPI_NULL_DELETE_FN, &key[i], (void *) 0); } @@ -105,7 +105,7 @@ int main(int argc, char *argv[]) } } /* Free those other keyvals */ - for (i = 0; i < 1; i++) { + for (i = 0; i < 32; i++) { MPI_Type_free_keyval(&key[i]); } MTestFreeDatatype(&mrtype);