handle_error       56 ompi/mca/io/romio321/romio/test/aggregation2.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open");
handle_error       59 ompi/mca/io/romio321/romio/test/aggregation2.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_write_at_all");
handle_error       61 ompi/mca/io/romio321/romio/test/aggregation2.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_close");
handle_error       65 ompi/mca/io/romio321/romio/test/aggregation2.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open");
handle_error       68 ompi/mca/io/romio321/romio/test/aggregation2.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read_at_all");
handle_error       70 ompi/mca/io/romio321/romio/test/aggregation2.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_close");
handle_error       19 ompi/mca/io/romio321/romio/test/async-multiple.c void handle_error(int errcode, const char *str);
handle_error       80 ompi/mca/io/romio321/romio/test/async-multiple.c 	    handle_error(errcode, "MPI_File_open");
handle_error       87 ompi/mca/io/romio321/romio/test/async-multiple.c 	    handle_error(errcode, "MPI_File_iwrite");
handle_error      100 ompi/mca/io/romio321/romio/test/async-multiple.c 	    handle_error(errcode, "MPI_File_open");
handle_error      108 ompi/mca/io/romio321/romio/test/async-multiple.c 	    handle_error(errcode, "MPI_File_open");
handle_error       17 ompi/mca/io/romio321/romio/test/async.c void handle_error(int errcode, const char *str);
handle_error       78 ompi/mca/io/romio321/romio/test/async.c 	    handle_error(errcode, "MPI_File_open");
handle_error       83 ompi/mca/io/romio321/romio/test/async.c 	    handle_error(errcode, "MPI_File_iwrite");
handle_error       98 ompi/mca/io/romio321/romio/test/async.c 	    handle_error(errcode, "MPI_File_open");
handle_error      104 ompi/mca/io/romio321/romio/test/async.c 	    handle_error(errcode, "MPI_File_open");
handle_error       19 ompi/mca/io/romio321/romio/test/big_extents.c #define CHECK(fn) {int errcode; errcode = (fn); if (errcode != MPI_SUCCESS) handle_error(errcode, NULL); } 
handle_error       21 ompi/mca/io/romio321/romio/test/coll_test.c void handle_error(int errcode, const char *str);
handle_error      132 ompi/mca/io/romio321/romio/test/coll_test.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open");
handle_error      135 ompi/mca/io/romio321/romio/test/coll_test.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_set_view");
handle_error      138 ompi/mca/io/romio321/romio/test/coll_test.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_write_all");
handle_error      140 ompi/mca/io/romio321/romio/test/coll_test.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_close");
handle_error      148 ompi/mca/io/romio321/romio/test/coll_test.c         if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open");
handle_error      152 ompi/mca/io/romio321/romio/test/coll_test.c         if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read");
handle_error      155 ompi/mca/io/romio321/romio/test/coll_test.c         if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_close");
handle_error      172 ompi/mca/io/romio321/romio/test/coll_test.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open");
handle_error      175 ompi/mca/io/romio321/romio/test/coll_test.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_set_view");
handle_error      177 ompi/mca/io/romio321/romio/test/coll_test.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read_all");
handle_error      179 ompi/mca/io/romio321/romio/test/coll_test.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_close");
handle_error       98 ompi/mca/io/romio321/romio/test/creat_excl.c 		handle_error(errcode, "MPI_File_open");
handle_error      103 ompi/mca/io/romio321/romio/test/creat_excl.c 		handle_error(errcode, "MPI_File_close");
handle_error      110 ompi/mca/io/romio321/romio/test/creat_excl.c 		handle_error(errcode, "MPI_File_open: expected an error: got");
handle_error      120 ompi/mca/io/romio321/romio/test/creat_excl.c 		handle_error(errcode, "MPI_File_open");
handle_error      125 ompi/mca/io/romio321/romio/test/creat_excl.c 		handle_error(errcode, "MPI_File_close");
handle_error       15 ompi/mca/io/romio321/romio/test/darray_read.c #define CHECK(fn) {int errcode; errcode = (fn); if (errcode != MPI_SUCCESS) handle_error(errcode, #fn);}
handle_error       17 ompi/mca/io/romio321/romio/test/external32.c #define CHECK(fn) {int errcode; errcode = (fn); if (errcode != MPI_SUCCESS) handle_error(errcode, NULL); }
handle_error      124 ompi/mca/io/romio321/romio/test/file_info.c     if (ret != MPI_SUCCESS) handle_error(ret, "MPI_File_open");
handle_error      291 ompi/mca/io/romio321/romio/test/file_info.c     if (ret != MPI_SUCCESS) handle_error(ret, "MPI_File_open");
handle_error      295 ompi/mca/io/romio321/romio/test/file_info.c     if (ret != MPI_SUCCESS) handle_error(ret, "MPI_File_get_info");
handle_error       40 ompi/mca/io/romio321/romio/test/noncontig_coll2.c void handle_error(int errcode, const char *str);
handle_error      400 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    handle_error(errcode, "MPI_File_open");
handle_error      408 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    handle_error(errcode, "nc mem - nc file: MPI_File_write_all");
handle_error      417 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    handle_error(errcode, "nc mem - nc file: MPI_File_read_at_all");
handle_error      466 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    handle_error(errcode, "nc mem - c file: MPI_File_write_at_all");
handle_error      475 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    handle_error(errcode, "nc mem - c file: MPI_File_read_at_all");
handle_error      515 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    handle_error(errcode, "c mem - nc file: MPI_File_write_all");
handle_error      523 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	    handle_error(errcode, "c mem - nc file: MPI_File_read_at_all");
handle_error       14 ompi/mca/io/romio321/romio/test/ordered_fp.c void handle_error(int errcode, const char *str);
handle_error       77 ompi/mca/io/romio321/romio/test/ordered_fp.c 	    handle_error(errcode, "MPI_File_open");
handle_error       84 ompi/mca/io/romio321/romio/test/ordered_fp.c 	    handle_error(errcode, "MPI_File_write_shared");
handle_error       95 ompi/mca/io/romio321/romio/test/ordered_fp.c 	    handle_error(errcode, "MPI_File_seek_shared");
handle_error      100 ompi/mca/io/romio321/romio/test/ordered_fp.c 	    handle_error(errcode, "MPI_File_read_shared");
handle_error       13 ompi/mca/io/romio321/romio/test/shared_fp.c void handle_error(int errcode, const char *str);
handle_error       72 ompi/mca/io/romio321/romio/test/shared_fp.c 	    handle_error(errcode, "MPI_File_open");
handle_error       77 ompi/mca/io/romio321/romio/test/shared_fp.c 	    handle_error(errcode, "MPI_File_write_shared");
handle_error       86 ompi/mca/io/romio321/romio/test/shared_fp.c 	    handle_error(errcode, "MPI_File_seek_shared");
handle_error       91 ompi/mca/io/romio321/romio/test/shared_fp.c 	    handle_error(errcode, "MPI_File_read_shared");
handle_error       73 ompi/mca/io/romio321/romio/test/simple.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open(1)");
handle_error       76 ompi/mca/io/romio321/romio/test/simple.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_write");
handle_error       79 ompi/mca/io/romio321/romio/test/simple.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_clode (1)");
handle_error       86 ompi/mca/io/romio321/romio/test/simple.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_open(2)");
handle_error       89 ompi/mca/io/romio321/romio/test/simple.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_read");
handle_error       92 ompi/mca/io/romio321/romio/test/simple.c     if (errcode != MPI_SUCCESS) handle_error(errcode, "MPI_File_close(2)");
handle_error       56 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	if (err != MPI_SUCCESS) handle_error(err, "MPI_File_open");
handle_error       58 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	if (err != MPI_SUCCESS) handle_error(err, "MPI_File_write");
handle_error       60 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	if (err != MPI_SUCCESS) handle_error(err, "MPI_File_close");
handle_error       95 ompi/mca/io/romio321/romio/test/types_with_zeros.c     if (err != MPI_SUCCESS) handle_error(err, "MPI_File_open");
handle_error       97 ompi/mca/io/romio321/romio/test/types_with_zeros.c     if (err != MPI_SUCCESS) handle_error(err, "MPI_File_set_view");
handle_error       99 ompi/mca/io/romio321/romio/test/types_with_zeros.c     if (err != MPI_SUCCESS) handle_error(err, "MPI_File_write_all");
handle_error      102 ompi/mca/io/romio321/romio/test/types_with_zeros.c     if (err != MPI_SUCCESS) handle_error(err, "MPI_File_close");
handle_error      107 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	if (err != MPI_SUCCESS) handle_error(err, "MPI_File_open");
handle_error      109 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	if (err != MPI_SUCCESS) handle_error(err, "MPI_File_read");
handle_error      111 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	if (err != MPI_SUCCESS) handle_error(err, "MPI_File_close");