toterrs            39 ompi/mca/io/romio321/romio/test/aggregation2.c     int i, rank, errs=0, toterrs, buffer[BUFSIZE], buf2[BUFSIZE];
toterrs            76 ompi/mca/io/romio321/romio/test/aggregation2.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs            78 ompi/mca/io/romio321/romio/test/aggregation2.c 	if( toterrs > 0) {
toterrs            79 ompi/mca/io/romio321/romio/test/aggregation2.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            33 ompi/mca/io/romio321/romio/test/async-multiple.c     int errs=0, toterrs;
toterrs           123 ompi/mca/io/romio321/romio/test/async-multiple.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           125 ompi/mca/io/romio321/romio/test/async-multiple.c 	if( toterrs > 0) {
toterrs           126 ompi/mca/io/romio321/romio/test/async-multiple.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            31 ompi/mca/io/romio321/romio/test/async.c     int errs=0, toterrs;
toterrs           122 ompi/mca/io/romio321/romio/test/async.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           124 ompi/mca/io/romio321/romio/test/async.c 	if( toterrs > 0) {
toterrs           125 ompi/mca/io/romio321/romio/test/async.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            23 ompi/mca/io/romio321/romio/test/atomicity.c     int errs=0, toterrs;
toterrs           193 ompi/mca/io/romio321/romio/test/atomicity.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           195 ompi/mca/io/romio321/romio/test/atomicity.c 	if( toterrs > 0) {
toterrs           196 ompi/mca/io/romio321/romio/test/atomicity.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            50 ompi/mca/io/romio321/romio/test/big_extents.c     int errs=0, toterrs=0;
toterrs            85 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Allreduce(&errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
toterrs            89 ompi/mca/io/romio321/romio/test/big_extents.c     if (toterrs) {
toterrs            96 ompi/mca/io/romio321/romio/test/big_extents.c     return (toterrs);
toterrs            41 ompi/mca/io/romio321/romio/test/coll_test.c     int errs=0, toterrs;
toterrs           189 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           191 ompi/mca/io/romio321/romio/test/coll_test.c 	if( toterrs > 0) {
toterrs           192 ompi/mca/io/romio321/romio/test/coll_test.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            17 ompi/mca/io/romio321/romio/test/excl.c     int errs=0, toterrs;
toterrs            71 ompi/mca/io/romio321/romio/test/excl.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs            73 ompi/mca/io/romio321/romio/test/excl.c 	if( toterrs > 0) {
toterrs            74 ompi/mca/io/romio321/romio/test/excl.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            20 ompi/mca/io/romio321/romio/test/i_noncontig.c     int errs=0, toterrs;
toterrs           253 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           255 ompi/mca/io/romio321/romio/test/i_noncontig.c 	if( toterrs > 0) {
toterrs           256 ompi/mca/io/romio321/romio/test/i_noncontig.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            19 ompi/mca/io/romio321/romio/test/noncontig.c     int errs=0, toterrs;
toterrs           252 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           254 ompi/mca/io/romio321/romio/test/noncontig.c 	if( toterrs > 0) {
toterrs           255 ompi/mca/io/romio321/romio/test/noncontig.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            19 ompi/mca/io/romio321/romio/test/noncontig_coll.c     int errs=0, toterrs;
toterrs           221 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           223 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	if( toterrs > 0) {
toterrs           224 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            31 ompi/mca/io/romio321/romio/test/ordered_fp.c     int errs=0, toterrs, errcode;
toterrs           128 ompi/mca/io/romio321/romio/test/ordered_fp.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           130 ompi/mca/io/romio321/romio/test/ordered_fp.c 	if( toterrs > 0) {
toterrs           131 ompi/mca/io/romio321/romio/test/ordered_fp.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            24 ompi/mca/io/romio321/romio/test/psimple.c     int errs=0, toterrs;
toterrs            87 ompi/mca/io/romio321/romio/test/psimple.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs            89 ompi/mca/io/romio321/romio/test/psimple.c 	if( toterrs > 0) {
toterrs            90 ompi/mca/io/romio321/romio/test/psimple.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            29 ompi/mca/io/romio321/romio/test/shared_fp.c     int errs=0, toterrs, errcode;
toterrs           110 ompi/mca/io/romio321/romio/test/shared_fp.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           112 ompi/mca/io/romio321/romio/test/shared_fp.c 	if( toterrs > 0) {
toterrs           113 ompi/mca/io/romio321/romio/test/shared_fp.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            29 ompi/mca/io/romio321/romio/test/simple.c     int  errs = 0, toterrs, errcode;
toterrs           103 ompi/mca/io/romio321/romio/test/simple.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           105 ompi/mca/io/romio321/romio/test/simple.c 	if( toterrs > 0) {
toterrs           106 ompi/mca/io/romio321/romio/test/simple.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            29 ompi/mca/io/romio321/romio/test/split_coll.c     int errs=0, toterrs;
toterrs           143 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs           145 ompi/mca/io/romio321/romio/test/split_coll.c 	if( toterrs > 0) {
toterrs           146 ompi/mca/io/romio321/romio/test/split_coll.c 	    fprintf( stderr, "Found %d errors\n", toterrs );
toterrs            19 ompi/mca/io/romio321/romio/test/status.c     int errs=0, toterrs;
toterrs            78 ompi/mca/io/romio321/romio/test/status.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
toterrs            80 ompi/mca/io/romio321/romio/test/status.c 	if( toterrs > 0) {
toterrs            81 ompi/mca/io/romio321/romio/test/status.c 	    fprintf( stderr, "Found %d errors\n", toterrs );