nr_errors          59 ompi/mca/io/romio321/romio/test/hindexed.c     int          nr_errors=0;
nr_errors         210 ompi/mca/io/romio321/romio/test/hindexed.c 			nr_errors++;
nr_errors         217 ompi/mca/io/romio321/romio/test/hindexed.c         if (nr_errors == 0) 
nr_errors         220 ompi/mca/io/romio321/romio/test/hindexed.c 	    fprintf(stderr, "Found %d errors\n", nr_errors);
nr_errors          35 ompi/mca/io/romio321/romio/test/types_with_zeros.c     int i, rank, np, buflen, num, err, nr_errors=0;
nr_errors         114 ompi/mca/io/romio321/romio/test/types_with_zeros.c 		nr_errors++;
nr_errors         120 ompi/mca/io/romio321/romio/test/types_with_zeros.c     return nr_errors;
nr_errors         126 ompi/mca/io/romio321/romio/test/types_with_zeros.c     int nr_errors, rank, np;
nr_errors         136 ompi/mca/io/romio321/romio/test/types_with_zeros.c     nr_errors = test_indexed_with_zeros(argv[1], INDEXED);
nr_errors         137 ompi/mca/io/romio321/romio/test/types_with_zeros.c     nr_errors += test_indexed_with_zeros(argv[1], HINDEXED);
nr_errors         138 ompi/mca/io/romio321/romio/test/types_with_zeros.c     nr_errors += test_indexed_with_zeros(argv[1], STRUCT);
nr_errors         140 ompi/mca/io/romio321/romio/test/types_with_zeros.c     if (rank == 0 && nr_errors == 0) printf(" No Errors\n");