diff -rN mpich2-1.0.7rc1/test/iotestlist bgp-mpich2/test/iotestlist 0a1 > mpi diff -rN mpich2-1.0.7rc1/test/long.xsl bgp-mpich2/test/long.xsl 0a1,63 > > > > > > > > > MPICH Error Report > > >

Error Report

> > >
> > >
> > > > > > > > Test run on > > > > > > > > > > > > > > >
>     
>     
> > >
>     
>     
> > >
> > > > > > > Traceback > > > > >
diff -rN mpich2-1.0.7rc1/test/Makefile.sm bgp-mpich2/test/Makefile.sm 7c7,9 < # Test both the MPI routines and the MPICH2 command scripts --- > testingio: > (cd mpi && $(MAKE) testingio) > 9,12c11,25 < (NOXMLCLOSE=YES && export NOXMLCLOSE && cd mpi && $(MAKE) testing) < (XMLFILE=../mpi/summary.xml && XMLCONTINUE=YES && \ < export XMLFILE && export XMLCONTINUE && \ < cd commands && $(MAKE) testing) --- > (cd mpi && $(MAKE) testing) > > testingvnm: > (cd mpi && $(MAKE) testingvnm) > > testing-mpirun: > (cd mpi && $(MAKE) testing-mpirun) > testingvnm-mpirun: > (cd mpi && $(MAKE) testingvnm-mpirun) > testingio-mpirun: > (cd mpi && $(MAKE) testingio-mpirun) > > testingdual-mpirun: > (cd mpi && $(MAKE) testingdual-mpirun) > diff -rN mpich2-1.0.7rc1/test/mpi/cxx/io/ioharness.tlt bgp-mpich2/test/mpi/cxx/io/ioharness.tlt 43c43 < 1,4000, 4000,8, 4096,8, 64000,8, 65536,8 }; --- > 1,40, 4000,8, 4096,8, 64000,8, 65536,8 }; diff -rN mpich2-1.0.7rc1/test/mpi/cxx/io/iotestlist bgp-mpich2/test/mpi/cxx/io/iotestlist 0a1,28 > iwriteat 4 > iwrite 4 > iwritesh 4 > write 4 > writeat 4 > writeall 4 > writesh 4 > writeord 4 > writeatall 4 > writeatallbe 4 > writeallbe 4 > writeordbe 4 > iwriteatnos 4 > iwritenos 4 > iwriteshnos 4 > writenos 4 > writeatnos 4 > writeallnos 4 > writeshnos 4 > writeordnos 4 > writeatallnos 4 > writeatallbenos 4 > writeallbenos 4 > writeordbenos 4 > fileerrx 1 > fileinfox 3 > filemiscx 4 > shpositionx 4 diff -rN mpich2-1.0.7rc1/test/mpi/cxx/iotestlist bgp-mpich2/test/mpi/cxx/iotestlist 0a1 > io diff -rN mpich2-1.0.7rc1/test/mpi/errors/coll/rerr.c bgp-mpich2/test/mpi/errors/coll/rerr.c 31,34c31,34 < if (verbose) { < MPI_Error_string( ierr, str, &slen ); < printf( "Found expected error; message is: %s\n", str ); < } --- > /* if (verbose) { */ > /* MPI_Error_string( ierr, str, &slen ); */ > /* printf( "Found expected error; message is: %s\n", str ); */ > /* } */ diff -rN mpich2-1.0.7rc1/test/mpi/f77/io/ioharness.tlt bgp-mpich2/test/mpi/f77/io/ioharness.tlt 19,20c19,20 < < data fparms/1,4000, 4000,8, 4096,8, 64000,8, 65536,8 / --- > > data fparms/1,40, 4000,8, 4096,8, 64000,8, 65536,8 / diff -rN mpich2-1.0.7rc1/test/mpi/f77/io/iotestlist bgp-mpich2/test/mpi/f77/io/iotestlist 0a1,18 > iwriteatf 8 > iwritef 8 > iwriteshf 8 > writef 8 > writeatf 8 > writeallf 8 > writeshf 8 > writeordf 8 > writeatallf 8 > writeatallbef 8 > writeallbef 8 > writeordbef 8 > fileerrf 1 > fileinfof 3 > shpositionf 4 > atomicityf 8 > miscfilef 4 > diff -rN mpich2-1.0.7rc1/test/mpi/f77/io/shpositionf.f bgp-mpich2/test/mpi/f77/io/shpositionf.f 34,35c34,37 < call mpi_file_get_type_extent( fh, MPI_INTEGER, aint, ierr ) < fileintsize = aint --- > ! call mpi_file_get_type_extent( fh, MPI_INTEGER, offset, ierr ) > ! fileintsize = offset > call mpi_file_get_type_extent( fh, MPI_INTEGER, > & fileintsize, ierr ) diff -rN mpich2-1.0.7rc1/test/mpi/f77/iotestlist bgp-mpich2/test/mpi/f77/iotestlist 0a1 > io diff -rN mpich2-1.0.7rc1/test/mpi/init/testlist bgp-mpich2/test/mpi/init/testlist 1,2c1,2 < exitst1 2 resultTest=TestStatus < exitst2 4 resultTest=TestStatus --- > #exitst1 2 resultTest=TestStatus # temp disable until fixed. issue 7051 > #exitst2 4 resultTest=TestStatus # temp disable until fixed. issue 7051 4c4 < timeout 2 resultTest=TestTimeout timeLimit=10 --- > #timeout 2 resultTest=TestTimeout timeLimit=10 # temp disable until fixed. issue 7051 diff -rN mpich2-1.0.7rc1/test/mpi/io/iotestlist bgp-mpich2/test/mpi/io/iotestlist 0a1,8 > rdwrord 8 > rdwrzero 8 > getextent 2 > setinfo 8 > setviewcur 8 > i_noncontig 2 > async 8 > async_any 8 diff -rN mpich2-1.0.7rc1/test/mpi/iotestlist bgp-mpich2/test/mpi/iotestlist 0a1,3 > io > # f77 > # cxx diff -rN mpich2-1.0.7rc1/test/mpi/Makefile.sm bgp-mpich2/test/mpi/Makefile.sm 3a4,40 > ROPTS = > > # This target is like the "testing*" ones, except that it has > # the following format: > # > # "testrun"[][_