error             650 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         int error;
error             657 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c         if ((error = getaddrinfo(NULL, "0", &hints, &res))) {
error             660 contrib/build-mca-comps-outside-of-tree/btl_tcp2_component.c                gai_strerror (error));
error             341 ompi/mca/coll/base/coll_base_alltoall.c     int line, error, ri, si, rank, size, nrreqs, nsreqs, total_reqs;
error             361 ompi/mca/coll/base/coll_base_alltoall.c     error = ompi_datatype_get_extent(sdtype, &slb, &sext);
error             362 ompi/mca/coll/base/coll_base_alltoall.c     if (OMPI_SUCCESS != error) {
error             363 ompi/mca/coll/base/coll_base_alltoall.c         return error;
error             367 ompi/mca/coll/base/coll_base_alltoall.c     error = ompi_datatype_get_extent(rdtype, &rlb, &rext);
error             368 ompi/mca/coll/base/coll_base_alltoall.c     if (OMPI_SUCCESS != error) {
error             369 ompi/mca/coll/base/coll_base_alltoall.c         return error;
error             378 ompi/mca/coll/base/coll_base_alltoall.c     error = ompi_datatype_sndrcv(psnd, scount, sdtype, prcv, rcount, rdtype);
error             379 ompi/mca/coll/base/coll_base_alltoall.c     if (MPI_SUCCESS != error) {
error             380 ompi/mca/coll/base/coll_base_alltoall.c         return error;
error             395 ompi/mca/coll/base/coll_base_alltoall.c         if (NULL == reqs) { error = -1; line = __LINE__; goto error_hndl; }
error             406 ompi/mca/coll/base/coll_base_alltoall.c         error = MCA_PML_CALL(irecv
error             409 ompi/mca/coll/base/coll_base_alltoall.c         if (MPI_SUCCESS != error) { line = __LINE__; goto error_hndl; }
error             414 ompi/mca/coll/base/coll_base_alltoall.c         error = MCA_PML_CALL(isend
error             418 ompi/mca/coll/base/coll_base_alltoall.c         if (MPI_SUCCESS != error) { line = __LINE__; goto error_hndl; }
error             424 ompi/mca/coll/base/coll_base_alltoall.c         error = ompi_request_wait_all(nreqs, reqs, MPI_STATUSES_IGNORE);
error             425 ompi/mca/coll/base/coll_base_alltoall.c         if (MPI_SUCCESS != error) { line = __LINE__; goto error_hndl; }
error             438 ompi/mca/coll/base/coll_base_alltoall.c             error = ompi_request_wait_any(2 * total_reqs, reqs, &completed,
error             440 ompi/mca/coll/base/coll_base_alltoall.c             if (MPI_SUCCESS != error) { line = __LINE__; goto error_hndl; }
error             445 ompi/mca/coll/base/coll_base_alltoall.c                     error = MCA_PML_CALL(irecv
error             449 ompi/mca/coll/base/coll_base_alltoall.c                     if (MPI_SUCCESS != error) { line = __LINE__; goto error_hndl; }
error             455 ompi/mca/coll/base/coll_base_alltoall.c                     error = MCA_PML_CALL(isend
error             460 ompi/mca/coll/base/coll_base_alltoall.c                     if (MPI_SUCCESS != error) { line = __LINE__; goto error_hndl; }
error             473 ompi/mca/coll/base/coll_base_alltoall.c     if (MPI_ERR_IN_STATUS == error) {
error             477 ompi/mca/coll/base/coll_base_alltoall.c             error = reqs[ri]->req_status.MPI_ERROR;
error             482 ompi/mca/coll/base/coll_base_alltoall.c                  "%s:%4d\tError occurred %d, rank %2d", __FILE__, line, error,
error             486 ompi/mca/coll/base/coll_base_alltoall.c     return error;
error              90 ompi/mca/coll/base/coll_base_exscan.c         goto error;
error             102 ompi/mca/coll/base/coll_base_exscan.c   error:
error              41 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c     int error;
error             135 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c 	    o_status.error = -1;
error             151 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c     offsets[0] = (MPI_Aint)(&o_status.error);
error             166 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c     if (o_status.error != 0) {
error             240 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c 		o_status->error = ret;
error             254 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c                     o_status->error = ret;
error             296 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c 		    o_status->error = ret;
error             299 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c 		o_status->error = ret;
error             307 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c 	    o_status->error = ret;
error             313 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c 	o_status->error = -PVFS_EEXIST;
error             319 ompi/mca/fs/pvfs2/fs_pvfs2_file_open.c     o_status->error = ret;
error              14 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c static void delete_cb(void *myarg, globus_ftp_client_handle_t *handle, globus_object_t *error)
error              17 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c     if (error)
error              19 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_delete.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              17 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c 		  globus_object_t *error)
error              19 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c     if (error)
error              21 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_fcntl.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              14 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c static void exists_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
error              16 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     if (error)
error              18 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              28 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c static void touch_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
error              30 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     if (error)
error              32 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              40 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c static void touch_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
error              44 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     if (error)
error              45 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c 	FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              15 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c static void readcontig_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
error              17 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     if (error)
error              19 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              29 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c static void readcontig_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
error              36 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     if (error)
error              38 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              65 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c static void readdiscontig_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
error              67 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     if (error)
error              69 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              79 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c static void readdiscontig_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
error              86 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     if (error)
error              88 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              17 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 		  globus_object_t *error)
error              19 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c     if (error)
error              21 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              39 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c static void resize_wrdata_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
error              43 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c     if (error)
error              44 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_resize.c 	FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              15 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c static void writecontig_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
error              17 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if (error)
error              19 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              32 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c static void writecontig_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
error              39 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if (error)
error              41 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              67 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c static void writediscontig_ctl_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error)
error              69 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if (error)
error              71 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              81 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c static void writediscontig_data_cb(void *myargs, globus_ftp_client_handle_t *handle, globus_object_t *error,
error              88 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if (error)
error              90 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    FPRINTF(stderr, "%s\n", globus_object_printable_to_string(error));
error              66 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_Strerror(int error, char *errMsg, int errMsgLen);
error              17 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c void ADIOI_NTFS_Strerror(int error, char *errMsg, int errMsgLen)
error              25 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c 	error,
error             166 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     int ret, error;
error             171 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     ret = PVFS_sys_wait(aio_req->op_id, "ADIOI_PVFS2_aio_poll_fn", &error);
error              13 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c     int error;
error              65 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c 		o_status->error = ret;
error              80 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c                     o_status->error = ret;
error             105 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c 		    o_status->error = ret;
error             108 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c 		o_status->error = ret;
error             115 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c 	    o_status->error = ret;
error             120 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c 	o_status->error = -PVFS_EEXIST;
error             125 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c     o_status->error = ret;
error             194 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c 	    o_status.error = -1;
error             211 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c     MPI_Get_address(&o_status.error, &offsets[0]);
error             227 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c     if (o_status.error != 0)
error             234 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c 					   ADIOI_PVFS2_error_convert(o_status.error),
error              83 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_common.c int ADIOI_ZOIDFS_error_convert(int error)
error              85 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_common.c     switch (error)
error              41 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_common.h int ADIOI_ZOIDFS_error_convert(int error);
error              13 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     int error;
error              38 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c 	    o_status->error = ZFSERR_EXIST;
error              46 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     o_status->error = ret;
error             118 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     MPI_Get_address(&o_status.error, &offsets[0]);
error             134 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     if (o_status.error != ZFS_OK)
error             141 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c 					   ADIOI_ZOIDFS_error_convert(o_status.error),
error              26 ompi/mca/io/romio321/romio/mpi-io/glue/mpich/mpio_err.c typedef int (* MPIR_Err_get_class_string_func_t)(int error, char *str, int length);
error              93 ompi/mca/mtl/ofi/mtl_ofi.h     struct fi_cq_err_entry error = { 0 };
error             130 ompi/mca/mtl/ofi/mtl_ofi.h                                 &error,
error             140 ompi/mca/mtl/ofi/mtl_ofi.h             assert(error.op_context);
error             141 ompi/mca/mtl/ofi/mtl_ofi.h             ofi_req = TO_OFI_REQ(error.op_context);
error             143 ompi/mca/mtl/ofi/mtl_ofi.h             ret = ofi_req->error_callback(&error, ofi_req);
error             266 ompi/mca/mtl/ofi/mtl_ofi.h ompi_mtl_ofi_send_error_callback(struct fi_cq_err_entry *error,
error             269 ompi/mca/mtl/ofi/mtl_ofi.h     switch(error->err) {
error             293 ompi/mca/mtl/ofi/mtl_ofi.h ompi_mtl_ofi_send_ack_error_callback(struct fi_cq_err_entry *error,
error             302 ompi/mca/mtl/ofi/mtl_ofi.h     return parent_req->error_callback(error, parent_req);
error             725 ompi/mca/mtl/ofi/mtl_ofi.h ompi_mtl_ofi_recv_error_callback(struct fi_cq_err_entry *error,
error             732 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_SOURCE = mtl_ofi_get_source((struct fi_cq_tagged_entry *) error);
error             734 ompi/mca/mtl/ofi/mtl_ofi.h     switch (error->err) {
error             851 ompi/mca/mtl/ofi/mtl_ofi.h ompi_mtl_ofi_mrecv_error_callback(struct fi_cq_err_entry *error,
error             857 ompi/mca/mtl/ofi/mtl_ofi.h     status->MPI_SOURCE = mtl_ofi_get_source((struct fi_cq_tagged_entry  *) error);
error             859 ompi/mca/mtl/ofi/mtl_ofi.h     switch (error->err) {
error             960 ompi/mca/mtl/ofi/mtl_ofi.h ompi_mtl_ofi_probe_error_callback(struct fi_cq_err_entry *error,
error            1411 ompi/mca/mtl/ofi/mtl_ofi.h             goto error;
error            1417 ompi/mca/mtl/ofi/mtl_ofi.h error:
error             648 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             716 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             722 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             733 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             745 ompi/mca/mtl/ofi/mtl_ofi_component.c                 goto error;
error             757 ompi/mca/mtl/ofi/mtl_ofi_component.c                     goto error;
error             813 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             832 ompi/mca/mtl/ofi/mtl_ofi_component.c             goto error;
error             845 ompi/mca/mtl/ofi/mtl_ofi_component.c             goto error;
error             863 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             880 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             929 ompi/mca/mtl/ofi/mtl_ofi_component.c             goto error;
error             952 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             962 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             984 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error             995 ompi/mca/mtl/ofi/mtl_ofi_component.c         goto error;
error            1007 ompi/mca/mtl/ofi/mtl_ofi_component.c error:
error              47 ompi/mca/mtl/ofi/mtl_ofi_request.h     int (*error_callback)(struct fi_cq_err_entry *error,
error              75 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error              84 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             101 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             107 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             120 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             126 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             143 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             160 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             193 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             202 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             216 ompi/mca/mtl/portals4/mtl_portals4.c         goto error;
error             222 ompi/mca/mtl/portals4/mtl_portals4.c  error:
error             366 ompi/mca/mtl/portals4/mtl_portals4_component.c         goto error;
error             398 ompi/mca/mtl/portals4/mtl_portals4_component.c         goto error;
error             407 ompi/mca/mtl/portals4/mtl_portals4_component.c         goto error;
error             421 ompi/mca/mtl/portals4/mtl_portals4_component.c         goto error;
error             431 ompi/mca/mtl/portals4/mtl_portals4_component.c  error:
error              70 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error              77 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error              86 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error             121 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error             133 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error             152 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error             162 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error             182 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error             192 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error             211 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error             221 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c  error:
error             418 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c         goto error;
error             425 ompi/mca/mtl/portals4/mtl_portals4_flowctl.c  error:
error              65 ompi/mca/mtl/psm/mtl_psm.c ompi_mtl_psm_errhandler(psm_ep_t ep, const psm_error_t error,
error              68 ompi/mca/mtl/psm/mtl_psm.c     switch (error) {
error              77 ompi/mca/mtl/psm/mtl_psm.c 			 psm_error_get_string(error));
error              87 ompi/mca/mtl/psm/mtl_psm.c     return error;
error             426 ompi/mca/mtl/psm/mtl_psm.c 	    goto error;
error             433 ompi/mca/mtl/psm/mtl_psm.c 	    goto error;
error             476 ompi/mca/mtl/psm/mtl_psm.c  error:
error              65 ompi/mca/mtl/psm2/mtl_psm2.c ompi_mtl_psm2_errhandler(psm2_ep_t ep, const psm2_error_t error,
error              68 ompi/mca/mtl/psm2/mtl_psm2.c     switch (error) {
error              77 ompi/mca/mtl/psm2/mtl_psm2.c 			 psm2_error_get_string(error));
error              87 ompi/mca/mtl/psm2/mtl_psm2.c     return error;
error             416 ompi/mca/mtl/psm2/mtl_psm2.c             goto error;
error             423 ompi/mca/mtl/psm2/mtl_psm2.c             goto error;
error             468 ompi/mca/mtl/psm2/mtl_psm2.c  error:
error             429 ompi/mca/osc/portals4/osc_portals4_component.c         if (NULL == *base) goto error;
error             435 ompi/mca/osc/portals4/osc_portals4_component.c     if (OMPI_SUCCESS != ret) goto error;
error             455 ompi/mca/osc/portals4/osc_portals4_component.c         goto error;
error             460 ompi/mca/osc/portals4/osc_portals4_component.c     if (OMPI_SUCCESS != ret) goto error;
error             471 ompi/mca/osc/portals4/osc_portals4_component.c         if (OMPI_SUCCESS != ret) goto error;
error             482 ompi/mca/osc/portals4/osc_portals4_component.c         goto error;
error             495 ompi/mca/osc/portals4/osc_portals4_component.c         goto error;
error             508 ompi/mca/osc/portals4/osc_portals4_component.c         goto error;
error             541 ompi/mca/osc/portals4/osc_portals4_component.c         goto error;
error             564 ompi/mca/osc/portals4/osc_portals4_component.c         goto error;
error             618 ompi/mca/osc/portals4/osc_portals4_component.c  error:
error             211 ompi/mca/osc/sm/osc_sm_component.c     if (OPAL_SUCCESS != ret) goto error;
error             219 ompi/mca/osc/sm/osc_sm_component.c     if (OMPI_SUCCESS != ret) goto error;
error             261 ompi/mca/osc/sm/osc_sm_component.c             goto error;
error             297 ompi/mca/osc/sm/osc_sm_component.c                 goto error;
error             306 ompi/mca/osc/sm/osc_sm_component.c 	    goto error;
error             311 ompi/mca/osc/sm/osc_sm_component.c 	    goto error;
error             317 ompi/mca/osc/sm/osc_sm_component.c 	    goto error;
error             368 ompi/mca/osc/sm/osc_sm_component.c     if (OMPI_SUCCESS != ret) goto error;
error             379 ompi/mca/osc/sm/osc_sm_component.c         goto error;
error             391 ompi/mca/osc/sm/osc_sm_component.c             goto error;
error             426 ompi/mca/osc/sm/osc_sm_component.c     if (OPAL_SUCCESS != ret) goto error;
error             430 ompi/mca/osc/sm/osc_sm_component.c     if (OMPI_SUCCESS != ret) goto error;
error             436 ompi/mca/osc/sm/osc_sm_component.c  error:
error             236 ompi/mca/osc/ucx/osc_ucx_component.c             goto error;
error             244 ompi/mca/osc/ucx/osc_ucx_component.c             goto error;
error             265 ompi/mca/osc/ucx/osc_ucx_component.c         goto error;
error             285 ompi/mca/osc/ucx/osc_ucx_component.c         goto error;
error             295 ompi/mca/osc/ucx/osc_ucx_component.c             goto error;
error             303 ompi/mca/osc/ucx/osc_ucx_component.c             goto error;
error             311 ompi/mca/osc/ucx/osc_ucx_component.c         goto error;
error             330 ompi/mca/osc/ucx/osc_ucx_component.c             goto error;
error             343 ompi/mca/osc/ucx/osc_ucx_component.c         goto error;
error             350 ompi/mca/osc/ucx/osc_ucx_component.c         goto error;
error             365 ompi/mca/osc/ucx/osc_ucx_component.c         goto error;
error             400 ompi/mca/osc/ucx/osc_ucx_component.c         goto error;
error             410 ompi/mca/osc/ucx/osc_ucx_component.c         goto error;
error             418 ompi/mca/osc/ucx/osc_ucx_component.c             goto error;
error             423 ompi/mca/osc/ucx/osc_ucx_component.c  error:
error              63 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error              69 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_ep_get_address(ompi_pml_yalla.mxm_ep, NULL, &addrlen);
error              70 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_ASSERT(error == MXM_ERR_BUFFER_TOO_SMALL);
error              73 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_ep_get_address(ompi_pml_yalla.mxm_ep, address, &addrlen);
error              74 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             110 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             132 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_config_read_opts(&ompi_pml_yalla.ctx_opts, &ompi_pml_yalla.ep_opts,
error             134 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             138 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_init(ompi_pml_yalla.ctx_opts, &ompi_pml_yalla.mxm_context);
error             139 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             166 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             175 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_ep_create(ompi_pml_yalla.mxm_context, ompi_pml_yalla.ep_opts,
error             177 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             229 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             251 ompi/mca/pml/yalla/pml_yalla.c         error = mxm_ep_connect(ompi_pml_yalla.mxm_ep, address, &conn);
error             254 ompi/mca/pml/yalla/pml_yalla.c         if (MXM_OK != error) {
error             301 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             304 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_mq_create(ompi_pml_yalla.mxm_context, comm->c_contextid, &mq);
error             305 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             351 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             361 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_req_recv(&rreq->mxm);
error             362 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             375 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             384 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_req_recv(&rreq);
error             385 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             391 ompi/mca/pml/yalla/pml_yalla.c                       mxm_error_string(rreq.base.error),
error             425 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             457 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_req_send(&bsreq->mxm);
error             458 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             474 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             493 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_req_send(&sreq->mxm);
error             494 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             507 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             519 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_req_send(&sreq);
error             520 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             525 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != sreq.base.error) {
error             538 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             542 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_req_probe(&rreq);
error             543 ompi/mca/pml/yalla/pml_yalla.c     switch (error) {
error             562 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             566 ompi/mca/pml/yalla/pml_yalla.c         error = mxm_req_probe(&rreq);
error             567 ompi/mca/pml/yalla/pml_yalla.c         switch (error) {
error             587 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             591 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_req_mprobe(&rreq, &mxm_msg);
error             592 ompi/mca/pml/yalla/pml_yalla.c     switch (error) {
error             614 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             618 ompi/mca/pml/yalla/pml_yalla.c         error = mxm_req_mprobe(&rreq, &mxm_msg);
error             619 ompi/mca/pml/yalla/pml_yalla.c         switch (error) {
error             639 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             649 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_message_recv(&rreq->mxm, (*message)->req_ptr);
error             650 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             665 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             673 ompi/mca/pml/yalla/pml_yalla.c     error = mxm_message_recv(&rreq, (*message)->req_ptr);
error             674 ompi/mca/pml/yalla/pml_yalla.c     if (MXM_OK != error) {
error             682 ompi/mca/pml/yalla/pml_yalla.c                       mxm_error_string(rreq.base.error),
error             692 ompi/mca/pml/yalla/pml_yalla.c     mxm_error_t error;
error             722 ompi/mca/pml/yalla/pml_yalla.c                 error = mxm_req_send(&sreq->mxm);
error             723 ompi/mca/pml/yalla/pml_yalla.c                 if (MXM_OK != error) {
error             733 ompi/mca/pml/yalla/pml_yalla.c             error = mxm_req_recv(&rreq->mxm);
error             734 ompi/mca/pml/yalla/pml_yalla.c             if (MXM_OK != error) {
error              63 ompi/mca/pml/yalla/pml_yalla_request.c     mxm_error_t error;
error              74 ompi/mca/pml/yalla/pml_yalla_request.c     error = mxm_req_cancel_send(&sreq->mxm);
error              75 ompi/mca/pml/yalla/pml_yalla_request.c     if ((error != MXM_OK) && (error != MXM_ERR_NO_PROGRESS)) {
error              77 ompi/mca/pml/yalla/pml_yalla_request.c                         mxm_error_string(error));
error             102 ompi/mca/pml/yalla/pml_yalla_request.c     mxm_error_t error;
error             104 ompi/mca/pml/yalla/pml_yalla_request.c     error = mxm_req_cancel_recv(&rreq->mxm);
error             105 ompi/mca/pml/yalla/pml_yalla_request.c     if ((error != MXM_OK) && (error != MXM_ERR_NO_PROGRESS)) {
error             107 ompi/mca/pml/yalla/pml_yalla_request.c                         mxm_error_string(error));
error             163 ompi/mca/pml/yalla/pml_yalla_request.c     switch (sreq->mxm.base.error) {
error             176 ompi/mca/pml/yalla/pml_yalla_request.c                    mxm_error_string(sreq->mxm.base.error));
error             190 ompi/mca/pml/yalla/pml_yalla_request.c                       mxm_error_string(bsreq->mxm.base.error));
error             204 ompi/mca/pml/yalla/pml_yalla_request.c                       (void *)rreq, mxm_error_string(rreq->mxm.base.error),
error             184 ompi/mca/pml/yalla/pml_yalla_request.h     switch (_rreq->base.error) {
error             202 ompi/mca/pml/yalla/pml_yalla_request.h         if (MXM_ERR_CANCELED == _rreq->base.error) {
error             503 ompi/mca/rte/pmix/rte_pmix_module.c     char *error = NULL;
error             532 ompi/mca/rte/pmix/rte_pmix_module.c         error = "opal_init";
error             533 ompi/mca/rte/pmix/rte_pmix_module.c         goto error;
error             540 ompi/mca/rte/pmix/rte_pmix_module.c         error = "pmix init";
error             541 ompi/mca/rte/pmix/rte_pmix_module.c         goto error;
error             545 ompi/mca/rte/pmix/rte_pmix_module.c         error = "pmix init";
error             546 ompi/mca/rte/pmix/rte_pmix_module.c         goto error;
error             571 ompi/mca/rte/pmix/rte_pmix_module.c         error = "getting local rank";
error             572 ompi/mca/rte/pmix/rte_pmix_module.c         goto error;
error             580 ompi/mca/rte/pmix/rte_pmix_module.c         error = "getting node rank";
error             581 ompi/mca/rte/pmix/rte_pmix_module.c         goto error;
error             591 ompi/mca/rte/pmix/rte_pmix_module.c         error = "getting job size";
error             592 ompi/mca/rte/pmix/rte_pmix_module.c         goto error;
error             659 ompi/mca/rte/pmix/rte_pmix_module.c             error = "job session directory";
error             660 ompi/mca/rte/pmix/rte_pmix_module.c             goto error;
error             669 ompi/mca/rte/pmix/rte_pmix_module.c             error = "num local peers";
error             670 ompi/mca/rte/pmix/rte_pmix_module.c             goto error;
error             724 ompi/mca/rte/pmix/rte_pmix_module.c                 error = "local store of locality";
error             729 ompi/mca/rte/pmix/rte_pmix_module.c                 goto error;
error             756 ompi/mca/rte/pmix/rte_pmix_module.c         error = "db store hostname";
error             757 ompi/mca/rte/pmix/rte_pmix_module.c         goto error;
error             762 ompi/mca/rte/pmix/rte_pmix_module.c   error:
error             766 ompi/mca/rte/pmix/rte_pmix_module.c                        true, error, opal_strerror(ret), ret);
error              86 ompi/mca/topo/treematch/treematch/tm_thread_pool.c 	int error = errno;
error              89 ompi/mca/topo/treematch/treematch/tm_thread_pool.c 	  printf("Thread %d couldn't bind to cpuset %s: %s.\n This thread is not bound to any core...\n", my_core, str, strerror(error));
error             123 ompi/mpi/c/comm_join.c             goto error;
error             146 ompi/mpi/c/comm_join.c  error:
error             122 ompi/mpi/c/comm_spawn.c                 goto error;
error             127 ompi/mpi/c/comm_spawn.c             goto error;
error             131 ompi/mpi/c/comm_spawn.c             goto error;
error             141 ompi/mpi/c/comm_spawn.c error:
error             162 ompi/mpi/c/comm_spawn_multiple.c                 goto error;
error             167 ompi/mpi/c/comm_spawn_multiple.c             goto error;
error             172 ompi/mpi/c/comm_spawn_multiple.c             goto error;
error             182 ompi/mpi/c/comm_spawn_multiple.c error:
error             102 ompi/mpi/cxx/status.h   virtual void Set_error(int error);
error              83 ompi/mpi/cxx/status_inln.h   int error;
error              84 ompi/mpi/cxx/status_inln.h   error = mpi_status.MPI_ERROR;
error              85 ompi/mpi/cxx/status_inln.h   return error;
error              89 ompi/mpi/cxx/status_inln.h MPI::Status::Set_error(int error)
error              91 ompi/mpi/cxx/status_inln.h   mpi_status.MPI_ERROR = error;
error             115 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! The main difference here is that in Fortran, it is an error -- not a
error              59 ompi/mpi/java/c/mpi_Status.c                       jint error, jint cancelled, jlong ucount)
error              64 ompi/mpi/java/c/mpi_Status.c     status->MPI_ERROR  = error;
error              76 ompi/mpi/java/c/mpi_Status.c         jint error, jint cancelled, jlong ucount, jlong jType)
error              80 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
error              89 ompi/mpi/java/c/mpi_Status.c         jint error, jint cancelled, jlong ucount)
error              93 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
error             101 ompi/mpi/java/c/mpi_Status.c         jint error, jint cancelled, jlong ucount, jlong jType)
error             105 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
error             114 ompi/mpi/java/c/mpi_Status.c         jint error, jint cancelled, jlong ucount, jlong jType)
error             118 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
error             129 ompi/mpi/java/c/mpi_Status.c         jint error, jint cancelled, jlong ucount, jlong jType, int count)
error             132 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
error             141 ompi/mpi/java/c/mpi_Status.c         jint error, jint cancelled, jlong ucount, jlong jType, jlong jcount)
error             145 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
error             154 ompi/mpi/java/c/mpi_Status.c         jint error, jint cancelled, jlong ucount, int flag)
error             157 ompi/mpi/java/c/mpi_Status.c     getStatus(&stat, source, tag, error, cancelled, ucount);
error              85 ompi/mpi/java/java/Status.java 		int  error     = (int)data[i++];
error              88 ompi/mpi/java/java/Status.java 		return getCount(source, tag, error, cancelled, ucount, datatype.handle);
error              92 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
error             107 ompi/mpi/java/java/Status.java 		int  error     = (int)data[i++];
error             110 ompi/mpi/java/java/Status.java 		return isCancelled(source, tag, error, cancelled, ucount);
error             114 ompi/mpi/java/java/Status.java 			int source, int tag, int error, int cancelled, long ucount)
error             130 ompi/mpi/java/java/Status.java 		int  error     = (int)data[i++];
error             133 ompi/mpi/java/java/Status.java 		return getElements(source, tag, error, cancelled, ucount, datatype.handle);
error             137 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
error             153 ompi/mpi/java/java/Status.java 		int  error     = (int)data[i++];
error             156 ompi/mpi/java/java/Status.java 		return getElementsX(source, tag, error, cancelled, ucount, datatype.handle);
error             160 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
error             176 ompi/mpi/java/java/Status.java 		int  error     = (int)data[i++];
error             179 ompi/mpi/java/java/Status.java 		data[4] = setElements(source, tag, error, cancelled, ucount, datatype.handle, count);
error             183 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
error             199 ompi/mpi/java/java/Status.java 		int  error     = (int)data[i++];
error             202 ompi/mpi/java/java/Status.java 		data[4] = setElementsX(source, tag, error, cancelled, ucount, datatype.handle, count.getCount());
error             206 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
error             221 ompi/mpi/java/java/Status.java 		int  error     = (int)data[i++];
error             226 ompi/mpi/java/java/Status.java 			setCancelled(source, tag, error, cancelled, ucount, 1);
error             229 ompi/mpi/java/java/Status.java 			setCancelled(source, tag, error, cancelled, ucount, 0);
error             236 ompi/mpi/java/java/Status.java 			int source, int tag, int error,
error             348 ompi/op/op.c           goto error;
error             354 ompi/op/op.c           goto error;
error             380 ompi/op/op.c   error:
error             374 ompi/patterns/net/netpatterns_nary_tree.c                 goto error;
error             413 ompi/patterns/net/netpatterns_nary_tree.c             goto error;
error             422 ompi/patterns/net/netpatterns_nary_tree.c error:
error             380 ompi/runtime/ompi_mpi_init.c     char *error = NULL;
error             432 ompi/runtime/ompi_mpi_init.c         error = "ompi_mpi_init: opal_init_util failed";
error             433 ompi/runtime/ompi_mpi_init.c         goto error;
error             452 ompi/runtime/ompi_mpi_init.c         error = "ompi_mpi_init: ompi_register_mca_variables failed";
error             453 ompi/runtime/ompi_mpi_init.c         goto error;
error             457 ompi/runtime/ompi_mpi_init.c         error = "ompi_mpi_init: opal_arch_set_fortran_logical_size failed";
error             458 ompi/runtime/ompi_mpi_init.c         goto error;
error             489 ompi/runtime/ompi_mpi_init.c         error = "ompi_hook_base_open() failed";
error             490 ompi/runtime/ompi_mpi_init.c         goto error;
error             515 ompi/runtime/ompi_mpi_init.c         error = "ompi_rte_base_open() failed";
error             516 ompi/runtime/ompi_mpi_init.c         goto error;
error             522 ompi/runtime/ompi_mpi_init.c         error = "ompi_mpi_init: ompi_rte_init failed";
error             523 ompi/runtime/ompi_mpi_init.c         goto error;
error             552 ompi/runtime/ompi_mpi_init.c         error = "Error handler registration";
error             554 ompi/runtime/ompi_mpi_init.c         goto error;
error             560 ompi/runtime/ompi_mpi_init.c         error = "ompi_interlib_declare";
error             561 ompi/runtime/ompi_mpi_init.c         goto error;
error             569 ompi/runtime/ompi_mpi_init.c         error = "ompi_datatype_init() failed";
error             570 ompi/runtime/ompi_mpi_init.c         goto error;
error             575 ompi/runtime/ompi_mpi_init.c         error = "mca_proc_init() failed";
error             576 ompi/runtime/ompi_mpi_init.c         goto error;
error             584 ompi/runtime/ompi_mpi_init.c         error = "ompi_op_base_open() failed";
error             585 ompi/runtime/ompi_mpi_init.c         goto error;
error             590 ompi/runtime/ompi_mpi_init.c         error = "ompi_op_base_find_available() failed";
error             591 ompi/runtime/ompi_mpi_init.c         goto error;
error             594 ompi/runtime/ompi_mpi_init.c         error = "ompi_op_init() failed";
error             595 ompi/runtime/ompi_mpi_init.c         goto error;
error             601 ompi/runtime/ompi_mpi_init.c         error = "mca_allocator_base_open() failed";
error             602 ompi/runtime/ompi_mpi_init.c         goto error;
error             605 ompi/runtime/ompi_mpi_init.c         error = "mca_rcache_base_open() failed";
error             606 ompi/runtime/ompi_mpi_init.c         goto error;
error             609 ompi/runtime/ompi_mpi_init.c         error = "mca_mpool_base_open() failed";
error             610 ompi/runtime/ompi_mpi_init.c         goto error;
error             613 ompi/runtime/ompi_mpi_init.c         error = "mca_bml_base_open() failed";
error             614 ompi/runtime/ompi_mpi_init.c         goto error;
error             617 ompi/runtime/ompi_mpi_init.c         error = "mca_bml_base_init() failed";
error             618 ompi/runtime/ompi_mpi_init.c         goto error;
error             621 ompi/runtime/ompi_mpi_init.c         error = "mca_pml_base_open() failed";
error             622 ompi/runtime/ompi_mpi_init.c         goto error;
error             625 ompi/runtime/ompi_mpi_init.c         error = "mca_coll_base_open() failed";
error             626 ompi/runtime/ompi_mpi_init.c         goto error;
error             630 ompi/runtime/ompi_mpi_init.c         error = "ompi_osc_base_open() failed";
error             631 ompi/runtime/ompi_mpi_init.c         goto error;
error             636 ompi/runtime/ompi_mpi_init.c         error = "ompi_crcp_base_open() failed";
error             637 ompi/runtime/ompi_mpi_init.c         goto error;
error             652 ompi/runtime/ompi_mpi_init.c         error = "mca_pml_base_select() failed";
error             653 ompi/runtime/ompi_mpi_init.c         goto error;
error             669 ompi/runtime/ompi_mpi_init.c             error = "timing: pmix-barrier-1 failed";
error             670 ompi/runtime/ompi_mpi_init.c             goto error;
error             674 ompi/runtime/ompi_mpi_init.c             error = "timing: pmix-barrier-2 failed";
error             675 ompi/runtime/ompi_mpi_init.c             goto error;
error             702 ompi/runtime/ompi_mpi_init.c                 error = "opal_pmix.fence_nb() failed";
error             703 ompi/runtime/ompi_mpi_init.c                 goto error;
error             712 ompi/runtime/ompi_mpi_init.c                 error = "opal_pmix.fence_nb() failed";
error             713 ompi/runtime/ompi_mpi_init.c                 goto error;
error             722 ompi/runtime/ompi_mpi_init.c             error = "opal_pmix.fence() failed";
error             723 ompi/runtime/ompi_mpi_init.c             goto error;
error             732 ompi/runtime/ompi_mpi_init.c         error = "mca_pml_base_bsend_init() failed";
error             733 ompi/runtime/ompi_mpi_init.c         goto error;
error             739 ompi/runtime/ompi_mpi_init.c         error = "mca_coll_base_find_available() failed";
error             740 ompi/runtime/ompi_mpi_init.c         goto error;
error             746 ompi/runtime/ompi_mpi_init.c         error = "ompi_osc_base_find_available() failed";
error             747 ompi/runtime/ompi_mpi_init.c         goto error;
error             752 ompi/runtime/ompi_mpi_init.c         error = "ompi_crcp_base_select() failed";
error             753 ompi/runtime/ompi_mpi_init.c         goto error;
error             763 ompi/runtime/ompi_mpi_init.c         error = "ompi_request_init() failed";
error             764 ompi/runtime/ompi_mpi_init.c         goto error;
error             768 ompi/runtime/ompi_mpi_init.c         error = "ompi_message_init() failed";
error             769 ompi/runtime/ompi_mpi_init.c         goto error;
error             774 ompi/runtime/ompi_mpi_init.c         error = "ompi_info_init() failed";
error             775 ompi/runtime/ompi_mpi_init.c         goto error;
error             780 ompi/runtime/ompi_mpi_init.c         error = "ompi_errhandler_init() failed";
error             781 ompi/runtime/ompi_mpi_init.c         goto error;
error             786 ompi/runtime/ompi_mpi_init.c         error = "ompi_mpi_errcode_init() failed";
error             787 ompi/runtime/ompi_mpi_init.c         goto error;
error             792 ompi/runtime/ompi_mpi_init.c         error = "ompi_errcode_intern_init() failed";
error             793 ompi/runtime/ompi_mpi_init.c         goto error;
error             798 ompi/runtime/ompi_mpi_init.c         error = "ompi_group_init() failed";
error             799 ompi/runtime/ompi_mpi_init.c         goto error;
error             804 ompi/runtime/ompi_mpi_init.c         error = "ompi_comm_init() failed";
error             805 ompi/runtime/ompi_mpi_init.c         goto error;
error             810 ompi/runtime/ompi_mpi_init.c         error = "ompi_file_init() failed";
error             811 ompi/runtime/ompi_mpi_init.c         goto error;
error             816 ompi/runtime/ompi_mpi_init.c         error = "ompi_win_init() failed";
error             817 ompi/runtime/ompi_mpi_init.c         goto error;
error             822 ompi/runtime/ompi_mpi_init.c         error = "ompi_attr_init() failed";
error             823 ompi/runtime/ompi_mpi_init.c         goto error;
error             830 ompi/runtime/ompi_mpi_init.c         error = "ompi_proc_complete_init failed";
error             831 ompi/runtime/ompi_mpi_init.c         goto error;
error             837 ompi/runtime/ompi_mpi_init.c         error = "PML control failed";
error             838 ompi/runtime/ompi_mpi_init.c         goto error;
error             846 ompi/runtime/ompi_mpi_init.c             error = "ompi_proc_get_allocated () failed";
error             847 ompi/runtime/ompi_mpi_init.c             goto error;
error             853 ompi/runtime/ompi_mpi_init.c             error = "ompi_proc_get_allocated () failed";
error             854 ompi/runtime/ompi_mpi_init.c             goto error;
error             865 ompi/runtime/ompi_mpi_init.c         error = NULL;
error             866 ompi/runtime/ompi_mpi_init.c         goto error;
error             868 ompi/runtime/ompi_mpi_init.c         error = "PML add procs failed";
error             869 ompi/runtime/ompi_mpi_init.c         goto error;
error             904 ompi/runtime/ompi_mpi_init.c                 error = "opal_pmix.fence_nb() failed";
error             905 ompi/runtime/ompi_mpi_init.c                 goto error;
error             910 ompi/runtime/ompi_mpi_init.c                 error = "opal_pmix.fence() failed";
error             911 ompi/runtime/ompi_mpi_init.c                 goto error;
error             935 ompi/runtime/ompi_mpi_init.c         error = "ompi_mpi_do_preconnect_all() failed";
error             936 ompi/runtime/ompi_mpi_init.c         goto error;
error             941 ompi/runtime/ompi_mpi_init.c         error = "ompi_dpm_init() failed";
error             942 ompi/runtime/ompi_mpi_init.c         goto error;
error             952 ompi/runtime/ompi_mpi_init.c         error = "ompi_mpi_init: ompi_comm_cid_init failed";
error             953 ompi/runtime/ompi_mpi_init.c         goto error;
error             962 ompi/runtime/ompi_mpi_init.c         error = "mca_coll_base_comm_select(MPI_COMM_WORLD) failed";
error             963 ompi/runtime/ompi_mpi_init.c         goto error;
error             968 ompi/runtime/ompi_mpi_init.c         error = "mca_coll_base_comm_select(MPI_COMM_SELF) failed";
error             969 ompi/runtime/ompi_mpi_init.c         goto error;
error             976 ompi/runtime/ompi_mpi_init.c         error = "ompi_dpm_dyn_init() failed";
error             977 ompi/runtime/ompi_mpi_init.c         goto error;
error             986 ompi/runtime/ompi_mpi_init.c         error = "ompi_cr_init";
error             987 ompi/runtime/ompi_mpi_init.c         goto error;
error            1011 ompi/runtime/ompi_mpi_init.c         error = "ompi_mpiext_init";
error            1012 ompi/runtime/ompi_mpi_init.c         goto error;
error            1016 ompi/runtime/ompi_mpi_init.c  error:
error            1019 ompi/runtime/ompi_mpi_init.c         if (NULL != error && OMPI_ERR_SILENT != ret) {
error            1023 ompi/runtime/ompi_mpi_init.c                            "MPI_INIT", "MPI_INIT", error, err_msg, ret);
error              38 ompi/util/timings.h     int error;
error              55 ompi/util/timings.h     OMPI_TIMING.error = 0;                                                     \
error             102 ompi/util/timings.h         if (!OMPI_TIMING.error && OMPI_TIMING.enabled) {                           \
error             112 ompi/util/timings.h                 OMPI_TIMING.error = 1;                                             \
error             131 ompi/util/timings.h             OMPI_TIMING.error = 1;                                                 \
error             141 ompi/util/timings.h         if (!OMPI_TIMING.error && OMPI_TIMING.enabled) {                           \
error             147 ompi/util/timings.h             OPAL_TIMING_ENV_ERROR_PREFIX(_prefix, func, OMPI_TIMING.error);        \
error             167 ompi/util/timings.h             int error = 0;                                                        \
error             170 ompi/util/timings.h             MPI_Reduce(&OMPI_TIMING.error, &error, 1,                             \
error             173 ompi/util/timings.h             if (error) {                                                          \
error              94 opal/mca/btl/portals4/btl_portals4.c             goto error;
error             110 opal/mca/btl/portals4/btl_portals4.c             goto error;
error             119 opal/mca/btl/portals4/btl_portals4.c             goto error;
error             136 opal/mca/btl/portals4/btl_portals4.c             goto error;
error             155 opal/mca/btl/portals4/btl_portals4.c             goto error;
error             188 opal/mca/btl/portals4/btl_portals4.c             goto error;
error             198 opal/mca/btl/portals4/btl_portals4.c         goto error;
error             203 opal/mca/btl/portals4/btl_portals4.c  error:
error             329 opal/mca/btl/portals4/btl_portals4_component.c         goto error;
error             372 opal/mca/btl/portals4/btl_portals4_component.c     if (0 == *num_btls) goto error;
error             451 opal/mca/btl/portals4/btl_portals4_component.c             goto error;
error             467 opal/mca/btl/portals4/btl_portals4_component.c         goto error;
error             483 opal/mca/btl/portals4/btl_portals4_component.c  error:
error             349 opal/mca/btl/usnic/btl_usnic_component.c         goto error;
error             356 opal/mca/btl/usnic/btl_usnic_component.c         goto error;
error             363 opal/mca/btl/usnic/btl_usnic_component.c         goto error;
error             369 opal/mca/btl/usnic/btl_usnic_component.c  error:
error             785 opal/mca/btl/usnic/btl_usnic_component.c         goto error;
error             871 opal/mca/btl/usnic/btl_usnic_component.c             goto error;
error             939 opal/mca/btl/usnic/btl_usnic_component.c             goto error;
error            1048 opal/mca/btl/usnic/btl_usnic_component.c         goto error;
error            1101 opal/mca/btl/usnic/btl_usnic_component.c  error:
error            1799 opal/mca/btl/usnic/btl_usnic_module.c         goto error;
error            1813 opal/mca/btl/usnic/btl_usnic_module.c         goto error;
error            1819 opal/mca/btl/usnic/btl_usnic_module.c         goto error;
error            1862 opal/mca/btl/usnic/btl_usnic_module.c         goto error;
error            1879 opal/mca/btl/usnic/btl_usnic_module.c             goto error;
error            1895 opal/mca/btl/usnic/btl_usnic_module.c             goto error;
error            1901 opal/mca/btl/usnic/btl_usnic_module.c error:
error             396 opal/mca/common/ucx/common_ucx_wpool.c         goto error;
error             401 opal/mca/common/ucx/common_ucx_wpool.c error:
error             626 opal/mca/common/ucx/common_ucx_wpool.c         goto error;
error             637 opal/mca/common/ucx/common_ucx_wpool.c  error:
error             179 opal/mca/dl/dlopen/dl_dlopen_module.c             goto error;
error             190 opal/mca/dl/dlopen/dl_dlopen_module.c                 goto error;
error             198 opal/mca/dl/dlopen/dl_dlopen_module.c                 goto error;
error             246 opal/mca/dl/dlopen/dl_dlopen_module.c                 goto error;
error             253 opal/mca/dl/dlopen/dl_dlopen_module.c  error:
error             226 opal/mca/event/libevent2022/libevent/buffer_iocp.c 		int error = WSAGetLastError();
error             227 opal/mca/event/libevent2022/libevent/buffer_iocp.c 		if (error != WSA_IO_PENDING) {
error             292 opal/mca/event/libevent2022/libevent/buffer_iocp.c 		int error = WSAGetLastError();
error             293 opal/mca/event/libevent2022/libevent/buffer_iocp.c 		if (error != WSA_IO_PENDING) {
error             140 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		goto error;
error             180 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		goto error;
error             193 opal/mca/event/libevent2022/libevent/bufferevent_sock.c  error:
error             219 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 		goto error;
error             282 opal/mca/event/libevent2022/libevent/bufferevent_sock.c 			goto error;
error             308 opal/mca/event/libevent2022/libevent/bufferevent_sock.c  error:
error             853 opal/mca/event/libevent2022/libevent/evdns.c 	int error;
error             866 opal/mca/event/libevent2022/libevent/evdns.c 			error = DNS_ERR_TRUNCATED;
error             870 opal/mca/event/libevent2022/libevent/evdns.c 				error = DNS_ERR_UNKNOWN;
error             872 opal/mca/event/libevent2022/libevent/evdns.c 				error = error_codes[error_code];
error             875 opal/mca/event/libevent2022/libevent/evdns.c 			error = DNS_ERR_NODATA;
error             877 opal/mca/event/libevent2022/libevent/evdns.c 			error = DNS_ERR_UNKNOWN;
error             880 opal/mca/event/libevent2022/libevent/evdns.c 		switch (error) {
error             887 opal/mca/event/libevent2022/libevent/evdns.c 					 error, evdns_err_to_string(error));
error             929 opal/mca/event/libevent2022/libevent/evdns.c 		reply_schedule_callback(req, ttl, error, NULL);
error             292 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             296 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             313 opal/mca/event/libevent2022/libevent/evrpc.c 			goto error;
error             330 opal/mca/event/libevent2022/libevent/evrpc.c error:
error             349 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             354 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             359 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             366 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             373 opal/mca/event/libevent2022/libevent/evrpc.c error:
error             416 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             421 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             437 opal/mca/event/libevent2022/libevent/evrpc.c 			goto error;
error             441 opal/mca/event/libevent2022/libevent/evrpc.c 				goto error;
error             455 opal/mca/event/libevent2022/libevent/evrpc.c error:
error             483 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             496 opal/mca/event/libevent2022/libevent/evrpc.c error:
error             669 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             691 opal/mca/event/libevent2022/libevent/evrpc.c 			goto error;
error             696 opal/mca/event/libevent2022/libevent/evrpc.c 				goto error;
error             711 opal/mca/event/libevent2022/libevent/evrpc.c error:
error             713 opal/mca/event/libevent2022/libevent/evrpc.c 	status.error = EVRPC_STATUS_ERR_UNSTARTED;
error             731 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             735 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             752 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error             756 opal/mca/event/libevent2022/libevent/evrpc.c error:
error             758 opal/mca/event/libevent2022/libevent/evrpc.c 	status.error = EVRPC_STATUS_ERR_UNSTARTED;
error             929 opal/mca/event/libevent2022/libevent/evrpc.c 		status.error = EVRPC_STATUS_ERR_TIMEOUT;
error             931 opal/mca/event/libevent2022/libevent/evrpc.c 		status.error = EVRPC_STATUS_ERR_HOOKABORTED;
error             935 opal/mca/event/libevent2022/libevent/evrpc.c 			status.error = EVRPC_STATUS_ERR_BADPAYLOAD;
error            1096 opal/mca/event/libevent2022/libevent/evrpc.c 		goto error;
error            1098 opal/mca/event/libevent2022/libevent/evrpc.c error:
error            1100 opal/mca/event/libevent2022/libevent/evrpc.c 	status.error = EVRPC_STATUS_ERR_UNSTARTED;
error             182 opal/mca/event/libevent2022/libevent/http-internal.h     enum evhttp_connection_error error);
error             647 opal/mca/event/libevent2022/libevent/http.c     enum evhttp_connection_error error)
error             649 opal/mca/event/libevent2022/libevent/http.c 	switch (error) {
error             699 opal/mca/event/libevent2022/libevent/http.c     enum evhttp_connection_error error)
error             717 opal/mca/event/libevent2022/libevent/http.c 		if (evhttp_connection_incoming_fail(req, error) == -1)
error             723 opal/mca/event/libevent2022/libevent/http.c 	if (error != EVCON_HTTP_REQUEST_CANCEL) {
error             866 opal/mca/event/libevent2022/libevent/http.c 			int error;
error             875 opal/mca/event/libevent2022/libevent/http.c 			error = (*p == '\0' ||
error             879 opal/mca/event/libevent2022/libevent/http.c 			if (error) {
error            1390 opal/mca/event/libevent2022/libevent/http.c 	int error;
error            1391 opal/mca/event/libevent2022/libevent/http.c 	ev_socklen_t errsz = sizeof(error);
error            1407 opal/mca/event/libevent2022/libevent/http.c 	if (getsockopt(evcon->fd, SOL_SOCKET, SO_ERROR, (void*)&error,
error            1415 opal/mca/event/libevent2022/libevent/http.c 	if (error) {
error            1420 opal/mca/event/libevent2022/libevent/http.c 			evutil_socket_error_to_string(error)));
error            1804 opal/mca/event/libevent2022/libevent/http.c 			goto error;
error            1816 opal/mca/event/libevent2022/libevent/http.c 				goto error;
error            1825 opal/mca/event/libevent2022/libevent/http.c 			goto error;
error            1830 opal/mca/event/libevent2022/libevent/http.c 			goto error;
error            1843 opal/mca/event/libevent2022/libevent/http.c  error:
error            2081 opal/mca/event/libevent2022/libevent/http.c 		goto error;
error            2095 opal/mca/event/libevent2022/libevent/http.c 		goto error;
error            2103 opal/mca/event/libevent2022/libevent/http.c 		goto error;
error            2122 opal/mca/event/libevent2022/libevent/http.c  error:
error            2375 opal/mca/event/libevent2022/libevent/http.c evhttp_send_error(struct evhttp_request *req, int error, const char *reason)
error            2391 opal/mca/event/libevent2022/libevent/http.c 		reason = evhttp_response_phrase_internal(error);
error            2394 opal/mca/event/libevent2022/libevent/http.c 	evhttp_response_code(req, error, reason);
error            2396 opal/mca/event/libevent2022/libevent/http.c 	evbuffer_add_printf(buf, ERR_FORMAT, error, reason, reason);
error            2812 opal/mca/event/libevent2022/libevent/http.c 			goto error;
error            2826 opal/mca/event/libevent2022/libevent/http.c 		goto error;
error            2837 opal/mca/event/libevent2022/libevent/http.c 			goto error;
error            2842 opal/mca/event/libevent2022/libevent/http.c 			goto error;
error            2853 opal/mca/event/libevent2022/libevent/http.c error:
error            3469 opal/mca/event/libevent2022/libevent/http.c 		goto error;
error            3479 opal/mca/event/libevent2022/libevent/http.c 		goto error;
error            3486 opal/mca/event/libevent2022/libevent/http.c 		goto error;
error            3492 opal/mca/event/libevent2022/libevent/http.c 		goto error;
error            3497 opal/mca/event/libevent2022/libevent/http.c 		goto error;
error            3505 opal/mca/event/libevent2022/libevent/http.c  error:
error             308 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_send_error(struct evhttp_request *req, int error,
error              50 opal/mca/event/libevent2022/libevent/include/event2/rpc_struct.h 	int error;
error             451 opal/mca/event/libevent2022/libevent/listener.c 	int error;
error             536 opal/mca/event/libevent2022/libevent/listener.c 	int error = 0;
error             542 opal/mca/event/libevent2022/libevent/listener.c 		error = WSAGetLastError();
error             567 opal/mca/event/libevent2022/libevent/listener.c 		error = WSAGetLastError();
error             568 opal/mca/event/libevent2022/libevent/listener.c 		if (error != ERROR_IO_PENDING) {
error             576 opal/mca/event/libevent2022/libevent/listener.c 	as->error = error;
error             605 opal/mca/event/libevent2022/libevent/listener.c 	int error;
error             619 opal/mca/event/libevent2022/libevent/listener.c 	error = as->error;
error             620 opal/mca/event/libevent2022/libevent/listener.c 	if (error) {
error             621 opal/mca/event/libevent2022/libevent/listener.c 		as->error = 0;
error             644 opal/mca/event/libevent2022/libevent/listener.c 		WSASetLastError(error);
error             690 opal/mca/event/libevent2022/libevent/listener.c 			as->error = 1;
error             692 opal/mca/event/libevent2022/libevent/listener.c 			as->error = WSAGetLastError();
error             210 opal/mca/event/libevent2022/libevent/select.c 		goto error;
error             219 opal/mca/event/libevent2022/libevent/select.c 		goto error;
error             234 opal/mca/event/libevent2022/libevent/select.c  error:
error              96 opal/mca/event/libevent2022/libevent/test/regress.gen.c       goto error;
error             100 opal/mca/event/libevent2022/libevent/test/regress.gen.c     goto error;
error             103 opal/mca/event/libevent2022/libevent/test/regress.gen.c error:
error             144 opal/mca/event/libevent2022/libevent/test/regress.gen.c        goto error;
error             149 opal/mca/event/libevent2022/libevent/test/regress.gen.c      goto error;
error             154 opal/mca/event/libevent2022/libevent/test/regress.gen.c      goto error;
error             159 opal/mca/event/libevent2022/libevent/test/regress.gen.c  error:
error             415 opal/mca/event/libevent2022/libevent/test/regress.gen.c     goto error;
error             418 opal/mca/event/libevent2022/libevent/test/regress.gen.c     goto error;
error             422 opal/mca/event/libevent2022/libevent/test/regress.gen.c  error:
error             502 opal/mca/event/libevent2022/libevent/test/regress.gen.c       goto error;
error             507 opal/mca/event/libevent2022/libevent/test/regress.gen.c error:
error             706 opal/mca/event/libevent2022/libevent/test/regress.gen.c     goto error;
error             709 opal/mca/event/libevent2022/libevent/test/regress.gen.c     goto error;
error             713 opal/mca/event/libevent2022/libevent/test/regress.gen.c  error:
error             813 opal/mca/event/libevent2022/libevent/test/regress.gen.c       goto error;
error             818 opal/mca/event/libevent2022/libevent/test/regress.gen.c       goto error;
error             825 opal/mca/event/libevent2022/libevent/test/regress.gen.c error:
error             850 opal/mca/event/libevent2022/libevent/test/regress.gen.c       goto error;
error             855 opal/mca/event/libevent2022/libevent/test/regress.gen.c error:
error            1204 opal/mca/event/libevent2022/libevent/test/regress.gen.c     goto error;
error            1207 opal/mca/event/libevent2022/libevent/test/regress.gen.c     goto error;
error            1211 opal/mca/event/libevent2022/libevent/test/regress.gen.c  error:
error             340 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	if (status->error != EVRPC_STATUS_ERR_NONE)
error             371 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	if (status->error != EVRPC_STATUS_ERR_NONE)
error             580 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	if (status->error != EVRPC_STATUS_ERR_TIMEOUT)
error             657 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       int error = errno;
error             659 opal/mca/hwloc/hwloc201/hwloc/hwloc/bind.c       errno = error;
error             616 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c 	goto error;
error             627 opal/mca/hwloc/hwloc201/hwloc/hwloc/distances.c  error:
error              39 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-gl.c     int opcode, event, error;
error              49 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-gl.c     if(!XQueryExtension(display, "NV-CONTROL", &opcode, &event, &error)) {
error             479 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	goto error;
error             485 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	goto error;
error             506 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	goto error;
error             514 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	  goto error;
error             534 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	goto error;
error             540 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	goto error;
error             548 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	goto error;
error             571 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       goto error;
error             577 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       goto error;
error             589 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	goto error;
error             596 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       goto error;
error             602 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       goto error;
error             803 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c  error:
error             829 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       goto error;
error             863 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       goto error;
error            1117 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       goto error;
error            1124 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       goto error;
error            1181 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c  error:
error              52 opal/mca/if/solaris_ipv6/if_solaris_ipv6.c     int error;
error              70 opal/mca/if/solaris_ipv6/if_solaris_ipv6.c     error = ioctl (sd, SIOCGLIFNUM, &lifnum);
error              71 opal/mca/if/solaris_ipv6/if_solaris_ipv6.c     if (error < 0) {
error              90 opal/mca/if/solaris_ipv6/if_solaris_ipv6.c     error = ioctl (sd, SIOCGLIFCONF, &lifconf);
error              91 opal/mca/if/solaris_ipv6/if_solaris_ipv6.c     if (error < 0) {
error             104 opal/mca/if/solaris_ipv6/if_solaris_ipv6.c         error = ioctl (sd, SIOCGLIFINDEX, &lifquery);
error             105 opal/mca/if/solaris_ipv6/if_solaris_ipv6.c         if (error < 0) {
error             113 opal/mca/if/solaris_ipv6/if_solaris_ipv6.c         error = ioctl (sd, SIOCGLIFFLAGS, &lifquery);
error             114 opal/mca/if/solaris_ipv6/if_solaris_ipv6.c         if (error < 0) {
error             318 opal/mca/patcher/linux/patcher_linux_module.c     const char *error;
error             326 opal/mca/patcher/linux/patcher_linux_module.c             error = dlerror();
error             328 opal/mca/patcher/linux/patcher_linux_module.c                                  "could not find address of original %s(): %s", symbol, error ? error : "Unknown error");
error             345 opal/mca/patcher/overwrite/patcher_overwrite_module.c     char *error;
error             353 opal/mca/patcher/overwrite/patcher_overwrite_module.c         if ( (sym_addr == NULL) && ((error = dlerror()) != NULL) )  {
error             355 opal/mca/patcher/overwrite/patcher_overwrite_module.c                         error);
error             531 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Process_monitor(const pmix_info_t *monitor, pmix_status_t error,
error             534 opal/mca/pmix/pmix4x/pmix/include/pmix.h PMIX_EXPORT pmix_status_t PMIx_Process_monitor_nb(const pmix_info_t *monitor, pmix_status_t error,
error             356 opal/mca/pmix/pmix4x/pmix/include/pmix_server.h                                                   const pmix_info_t *monitor, pmix_status_t error,
error             100 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c                 goto error;
error             111 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c error:
error             106 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c                 goto error;
error             111 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c             goto error;
error             121 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c                 goto error;
error             135 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c                 goto error;
error             146 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c error:
error             120 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         goto error;
error             129 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         goto error;
error             139 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         goto error;
error             149 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         goto error;
error             169 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c             goto error;
error             182 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c   error:
error            1084 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c         goto error;
error            1104 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                 goto error;
error            1114 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                     goto error;
error            1126 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                 goto error;
error            1145 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                 goto error;
error            1155 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                     goto error;
error            1167 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c                 goto error;
error            1186 opal/mca/pmix/pmix4x/pmix/src/client/pmix_client.c   error:
error             280 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c PMIX_EXPORT pmix_status_t PMIx_Process_monitor(const pmix_info_t *monitor, pmix_status_t error,
error             301 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c     if (PMIX_SUCCESS != (rc = PMIx_Process_monitor_nb(monitor, error,
error             319 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c PMIX_EXPORT pmix_status_t PMIx_Process_monitor_nb(const pmix_info_t *monitor, pmix_status_t error,
error             355 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c         rc = pmix_host_server.monitor(&pmix_globals.myid, monitor, error,
error             402 opal/mca/pmix/pmix4x/pmix/src/common/pmix_control.c                      msg, &error, 1, PMIX_STATUS);
error            1961 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         goto error;
error            1971 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             goto error;
error            1981 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         goto error;
error            1986 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         goto error;
error            1992 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             goto error;
error            2006 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         goto error;
error            2064 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             goto error;
error            2264 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c error:
error              98 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         goto error;
error             110 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         goto error;
error             126 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c                 goto error;
error             133 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c                 goto error;
error             138 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c                 goto error;
error             147 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c             goto error;
error             153 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c error:
error              85 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c         goto error;
error              94 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c         goto error;
error             103 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c         goto error;
error             112 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c             goto error;
error             119 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c                 goto error;
error             125 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c                 goto error;
error             133 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c             goto error;
error             139 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c             goto error;
error             146 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c             goto error;
error             152 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c             goto error;
error             156 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c             goto error;
error             166 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c             goto error;
error             173 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_pthread.c error:
error             133 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c             goto error;
error             146 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c         goto error;
error             177 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c             goto error;
error             183 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c             goto error;
error             189 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c             goto error;
error             208 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c                 goto error;
error             214 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c             goto error;
error             225 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c             goto error;
error             235 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c                 goto error;
error             256 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c             goto error;
error             262 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds21/gds_ds21_lock_pthread.c error:
error             184 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c             goto error;
error             194 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c                 goto error;
error             198 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c                 goto error;
error             206 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c                 goto error;
error             254 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c                 goto error;
error             261 opal/mca/pmix/pmix4x/pmix/src/mca/pdl/pdlopen/pdl_pdlopen_module.c  error:
error             101 opal/mca/pmix/pmix4x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c     int error;
error             119 opal/mca/pmix/pmix4x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c     error = ioctl (sd, SIOCGLIFNUM, &lifnum);
error             120 opal/mca/pmix/pmix4x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c     if (error < 0) {
error             139 opal/mca/pmix/pmix4x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c     error = ioctl (sd, SIOCGLIFCONF, &lifconf);
error             140 opal/mca/pmix/pmix4x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c     if (error < 0) {
error             153 opal/mca/pmix/pmix4x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c         error = ioctl (sd, SIOCGLIFINDEX, &lifquery);
error             154 opal/mca/pmix/pmix4x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c         if (error < 0) {
error             162 opal/mca/pmix/pmix4x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c         error = ioctl (sd, SIOCGLIFFLAGS, &lifquery);
error             163 opal/mca/pmix/pmix4x/pmix/src/mca/pif/solaris_ipv6/pif_solaris_ipv6.c         if (error < 0) {
error              51 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/base/base.h PMIX_EXPORT pmix_status_t pmix_psensor_base_start(pmix_peer_t *requestor, pmix_status_t error,
error              21 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/base/psensor_base_stubs.c pmix_status_t pmix_psensor_base_start(pmix_peer_t *requestor, pmix_status_t error,
error              36 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/base/psensor_base_stubs.c             rc = mod->module->start(requestor, error, monitor, directives, ndirs);
error              53 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c static pmix_status_t start(pmix_peer_t *requestor, pmix_status_t error,
error              83 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     pmix_status_t error;
error             104 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c     ft->error = PMIX_SUCCESS;
error             177 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/file/psensor_file.c static pmix_status_t start(pmix_peer_t *requestor, pmix_status_t error,
error              39 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c static pmix_status_t heartbeat_start(pmix_peer_t *requestor, pmix_status_t error,
error              62 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c     pmix_status_t error;
error              79 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c     ft->error = PMIX_SUCCESS;
error             167 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c static pmix_status_t heartbeat_start(pmix_peer_t *requestor, pmix_status_t error,
error             189 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/heartbeat/psensor_heartbeat.c     ft->error = error;
error              40 opal/mca/pmix/pmix4x/pmix/src/mca/psensor/psensor.h typedef pmix_status_t (*pmix_psensor_base_module_start_fn_t)(pmix_peer_t *requestor, pmix_status_t error,
error            1033 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1047 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1076 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1091 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             goto error;
error            1104 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             goto error;
error            1119 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c            goto error;
error            1130 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c            goto error;
error            1145 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c            goto error;
error            1156 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c            goto error;
error            1175 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c            goto error;
error            1186 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c            goto error;
error            1207 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c            goto error;
error            1218 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c            goto error;
error            1229 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             goto error;
error            1242 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             goto error;
error            1249 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1263 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1283 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             goto error;
error            1296 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             goto error;
error            1309 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             goto error;
error            1323 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c             goto error;
error            1366 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c                     goto error;
error            1458 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c                 goto error;
error            1508 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1525 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1575 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1586 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1605 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1633 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c         goto error;
error            1657 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c           goto error;
error            1674 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c               goto error;
error            1693 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/tcp/ptl_tcp_component.c   error:
error             560 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         goto error;
error             577 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         goto error;
error             586 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         goto error;
error             642 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         goto error;
error             654 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         goto error;
error             673 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c         goto error;
error             753 opal/mca/pmix/pmix4x/pmix/src/mca/ptl/usock/ptl_usock_component.c   error:
error             104 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c     char *error = NULL, *evar;
error             144 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_util_keyval_parse_init";
error             150 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "mca_base_var_init";
error             156 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_register_params";
error             162 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "mca_base_open";
error             181 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "notification hotel init";
error             286 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_bfrops_base_open";
error             290 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_bfrops_base_select";
error             296 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_pcompress_base_open";
error             300 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_pcompress_base_select";
error             306 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_ptl_base_open";
error             310 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_ptl_base_select";
error             315 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_ptl_set_notification_cbfunc";
error             321 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_psec_base_open";
error             325 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_psec_base_select";
error             331 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_gds_base_open";
error             335 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_gds_base_select";
error             341 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_pif_base_open";
error             347 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_preg_base_open";
error             351 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_preg_base_select";
error             357 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_plog_base_open";
error             361 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c         error = "pmix_plog_base_select";
error             375 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c             error = "progress thread";
error             387 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c                         error, ret );
error            1892 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c                     goto error;
error            1917 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server.c   error:
error            3159 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     pmix_status_t rc, error;
error            3184 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     PMIX_BFROPS_UNPACK(rc, peer, buf, &error, &cnt, PMIX_STATUS);
error            3210 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     rc = pmix_psensor.start(peer, error, &monitor, cd->info, cd->ninfo);
error            3231 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c     if (PMIX_SUCCESS != (rc = pmix_host_server.monitor(&proc, &monitor, error,
error            3596 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            3602 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            3608 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            3617 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            3623 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            3629 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            3637 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            3647 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            3657 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            3662 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c   error:
error            3679 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            3686 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            3696 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c   error:
error            3910 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            3926 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            3939 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            3947 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            3954 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            4017 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            4025 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            4036 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            4199 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c   error:
error            4234 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            4251 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            4259 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c         goto error;
error            4267 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            4286 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c             goto error;
error            4350 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c   error:
error             112 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c         goto error;
error             121 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c         goto error;
error             131 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c         goto error;
error             141 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c         goto error;
error             161 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c             goto error;
error             175 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c     error:
error             424 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                         goto error;
error             442 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c                             goto error;
error             503 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c         error:
error             342 opal/mca/pmix/pmix4x/pmix/src/util/net.c     int error;
error             376 opal/mca/pmix/pmix4x/pmix/src/util/net.c     error = getnameinfo(addr, addrlen,
error             379 opal/mca/pmix/pmix4x/pmix/src/util/net.c     if (error) {
error             382 opal/mca/pmix/pmix4x/pmix/src/util/net.c                     gai_strerror(err), error);
error             169 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     int error;
error             183 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     error = getaddrinfo(if_addr, NULL, &hints, &res);
error             185 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     if (error) {
error             236 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     int error;
error             244 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     error = getaddrinfo(if_addr, NULL, &hints, &res);
error             246 opal/mca/pmix/pmix4x/pmix/src/util/pif.c     if (error) {
error             215 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c         goto error;
error             220 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c error:
error             118 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                             const pmix_info_t *monitor, pmix_status_t error,
error            1211 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c                             const pmix_info_t *monitor, pmix_status_t error,
error             690 opal/mca/pmix/pmix4x/pmix/test/test_server.c         goto error;
error             705 opal/mca/pmix/pmix4x/pmix/test/test_server.c         goto error;
error             720 opal/mca/pmix/pmix4x/pmix/test/test_server.c error:
error             800 opal/mca/pmix/pmix4x/pmix/test/test_server.c         goto error;
error             818 opal/mca/pmix/pmix4x/pmix/test/test_server.c         goto error;
error             823 opal/mca/pmix/pmix4x/pmix/test/test_server.c error:
error             351 opal/runtime/opal_init.c static int opal_init_error (const char *error, int ret)
error             356 opal/runtime/opal_init.c                         error, ret );
error             369 opal/runtime/opal_init.c     char *error = NULL;
error             467 opal/runtime/opal_init.c     if (OPAL_SUCCESS != (ret = opal_util_init_sys_limits(&error))) {
error             470 opal/runtime/opal_init.c                         error);
error             424 opal/util/cmd_line.c                         goto error;
error             442 opal/util/cmd_line.c                             goto error;
error             503 opal/util/cmd_line.c         error:
error             162 opal/util/if.c     int error;
error             176 opal/util/if.c     error = getaddrinfo(if_addr, NULL, &hints, &res);
error             178 opal/util/if.c     if (error) {
error             228 opal/util/if.c     int error;
error             236 opal/util/if.c     error = getaddrinfo(if_addr, NULL, &hints, &res);
error             238 opal/util/if.c     if (error) {
error             389 opal/util/net.c     int error;
error             421 opal/util/net.c     error = getnameinfo(addr, addrlen,
error             424 opal/util/net.c     if (error) {
error             427 opal/util/net.c                     gai_strerror(err), error);
error              35 opal/util/timings.h     int enabled, error;
error              51 opal/util/timings.h         (_nm)->error = 0;                                                         \
error              54 opal/util/timings.h              (_nm)->error = 1;                                                    \
error              58 opal/util/timings.h             (_nm)->error = 1;                                                     \
error              75 opal/util/timings.h         if ( 0 != (_nm)->error ){                                                 \
error             108 opal/util/timings.h                 h->error = 1;                                                     \
error             112 opal/util/timings.h                 h->error = 1;                                                     \
error             117 opal/util/timings.h                 h->error = 1;                                                     \
error             121 opal/util/timings.h                 h->error = 1;                                                     \
error             128 opal/util/timings.h                 h->error = 1;                                                     \
error             132 opal/util/timings.h                 h->error = 1;                                                     \
error             143 opal/util/timings.h         if (h->error) {                                                           \
error             146 opal/util/timings.h                 h->error = 1;                                                     \
error             148 opal/util/timings.h             n = snprintf(buf2, OPAL_TIMING_STR_LEN, "%d", h->error);              \
error             150 opal/util/timings.h                 h->error = 1;                                                     \
error              59 orte/mca/ess/alps/ess_alps_module.c     char *error = NULL;
error              70 orte/mca/ess/alps/ess_alps_module.c         error = "mpi rank invoking alps rte_init";
error              77 orte/mca/ess/alps/ess_alps_module.c         error = "orte_ess_base_std_prolog";
error              82 orte/mca/ess/alps/ess_alps_module.c         error = "alps_set_name";
error              93 orte/mca/ess/alps/ess_alps_module.c             error = "orte_ess_base_orted_setup";
error             102 orte/mca/ess/alps/ess_alps_module.c             error = "orte_ess_alps_sync";
error             114 orte/mca/ess/alps/ess_alps_module.c             error = "orte_ess_base_tool_setup";
error             129 orte/mca/ess/alps/ess_alps_module.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error              55 orte/mca/ess/base/ess_base_fns.c     char *error=NULL;
error              65 orte/mca/ess/base/ess_base_fns.c                 error = "applied_binding parse";
error              66 orte/mca/ess/base/ess_base_fns.c                 goto error;
error             154 orte/mca/ess/base/ess_base_fns.c                     error = "Setting processor affinity failed";
error             156 orte/mca/ess/base/ess_base_fns.c                     goto error;
error             159 orte/mca/ess/base/ess_base_fns.c                     error = "Setting processor affinity failed";
error             161 orte/mca/ess/base/ess_base_fns.c                     goto error;
error             190 orte/mca/ess/base/ess_base_fns.c                         error = "Getting hwthread object";
error             191 orte/mca/ess/base/ess_base_fns.c                         goto error;
error             196 orte/mca/ess/base/ess_base_fns.c                         error = "Setting processor affinity failed";
error             197 orte/mca/ess/base/ess_base_fns.c                         goto error;
error             210 orte/mca/ess/base/ess_base_fns.c                         error = "Getting core object";
error             211 orte/mca/ess/base/ess_base_fns.c                         goto error;
error             215 orte/mca/ess/base/ess_base_fns.c                         error = "Setting processor affinity failed";
error             217 orte/mca/ess/base/ess_base_fns.c                         goto error;
error             230 orte/mca/ess/base/ess_base_fns.c                         error = "Getting core object";
error             231 orte/mca/ess/base/ess_base_fns.c                         goto error;
error             245 orte/mca/ess/base/ess_base_fns.c                         error = "Binding policy not known";
error             246 orte/mca/ess/base/ess_base_fns.c                         goto error;
error             262 orte/mca/ess/base/ess_base_fns.c                                 error = "Setting processor affinity failed";
error             263 orte/mca/ess/base/ess_base_fns.c                                 goto error;
error             276 orte/mca/ess/base/ess_base_fns.c                         error = "Setting processor affinity failed";
error             277 orte/mca/ess/base/ess_base_fns.c                         goto error;
error             329 orte/mca/ess/base/ess_base_fns.c  error:
error             333 orte/mca/ess/base/ess_base_fns.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error             104 orte/mca/ess/base/ess_base_std_orted.c     char *error = NULL;
error             136 orte/mca/ess/base/ess_base_std_orted.c             error = "unable to malloc";
error             137 orte/mca/ess/base/ess_base_std_orted.c             goto error;
error             151 orte/mca/ess/base/ess_base_std_orted.c             error = "topology discovery";
error             152 orte/mca/ess/base/ess_base_std_orted.c             goto error;
error             191 orte/mca/ess/base/ess_base_std_orted.c         error = "opal_pstat_base_open";
error             192 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             196 orte/mca/ess/base/ess_base_std_orted.c         error = "opal_pstat_base_select";
error             197 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             207 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_state_base_open";
error             208 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             212 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_state_base_select";
error             213 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             218 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_errmgr_base_open";
error             219 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             231 orte/mca/ess/base/ess_base_std_orted.c             error = "orte_plm_base_open";
error             232 orte/mca/ess/base/ess_base_std_orted.c             goto error;
error             236 orte/mca/ess/base/ess_base_std_orted.c             error = "orte_plm_base_select";
error             237 orte/mca/ess/base/ess_base_std_orted.c             goto error;
error             253 orte/mca/ess/base/ess_base_std_orted.c             error = "orte_session_dir define";
error             254 orte/mca/ess/base/ess_base_std_orted.c             goto error;
error             263 orte/mca/ess/base/ess_base_std_orted.c             error = "orte_session_dir";
error             264 orte/mca/ess/base/ess_base_std_orted.c             goto error;
error             279 orte/mca/ess/base/ess_base_std_orted.c                 error = "convert_jobid";
error             280 orte/mca/ess/base/ess_base_std_orted.c                 goto error;
error             307 orte/mca/ess/base/ess_base_std_orted.c         error = "setup job array";
error             308 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             316 orte/mca/ess/base/ess_base_std_orted.c         error = "setup node array";
error             317 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             325 orte/mca/ess/base/ess_base_std_orted.c         error = "setup node topologies array";
error             326 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             356 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_pmix_base_open";
error             357 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             361 orte/mca/ess/base/ess_base_std_orted.c         error = "opal_pmix_base_select";
error             362 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             372 orte/mca/ess/base/ess_base_std_orted.c         error = "pmix_server_init";
error             373 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             380 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_routed_base_open";
error             381 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             385 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_routed_base_select";
error             386 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             390 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_oob_base_open";
error             391 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             395 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_oob_base_select";
error             396 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             400 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_rml_base_open";
error             401 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             405 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_rml_base_select";
error             406 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             419 orte/mca/ess/base/ess_base_std_orted.c             error = "orte_rml_parse_HNP";
error             420 orte/mca/ess/base/ess_base_std_orted.c             goto error;
error             435 orte/mca/ess/base/ess_base_std_orted.c             error = "store HNP URI";
error             436 orte/mca/ess/base/ess_base_std_orted.c             goto error;
error             446 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_errmgr_base_select";
error             447 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             455 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_grpcomm_base_open";
error             456 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             460 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_grpcomm_base_select";
error             461 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             466 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_odls_base_open";
error             467 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             471 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_odls_base_select";
error             472 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             477 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_rtc_base_open";
error             478 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             482 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_rtc_base_select";
error             483 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             487 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_rmaps_base_open";
error             488 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             492 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_rmaps_base_select";
error             493 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             521 orte/mca/ess/base/ess_base_std_orted.c             error = "orte_plm_init";
error             522 orte/mca/ess/base/ess_base_std_orted.c             goto error;
error             529 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_iof_base_open";
error             530 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             534 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_iof_base_select";
error             535 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             540 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_filem_base_open";
error             541 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             545 orte/mca/ess/base/ess_base_std_orted.c         error = "orte_filem_base_select";
error             546 orte/mca/ess/base/ess_base_std_orted.c         goto error;
error             551 orte/mca/ess/base/ess_base_std_orted.c   error:
error             554 orte/mca/ess/base/ess_base_std_orted.c                    true, error, ORTE_ERROR_NAME(ret), ret);
error              41 orte/mca/ess/base/ess_base_std_prolog.c     char *error = NULL;
error              45 orte/mca/ess/base/ess_base_std_prolog.c         error = "orte_dt_init";
error              46 orte/mca/ess/base/ess_base_std_prolog.c         goto error;
error              55 orte/mca/ess/base/ess_base_std_prolog.c             error = "orte_wait_init";
error              56 orte/mca/ess/base/ess_base_std_prolog.c             goto error;
error              62 orte/mca/ess/base/ess_base_std_prolog.c  error:
error              65 orte/mca/ess/base/ess_base_std_prolog.c                    true, error, ORTE_ERROR_NAME(ret), ret);
error              96 orte/mca/ess/base/ess_base_std_tool.c     char *error = NULL;
error             112 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_pmix_base_open";
error             113 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             117 orte/mca/ess/base/ess_base_std_tool.c         error = "opal_pmix_base_select";
error             118 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             125 orte/mca/ess/base/ess_base_std_tool.c         error = "opal_pmix.tool_init";
error             126 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             142 orte/mca/ess/base/ess_base_std_tool.c         error = "opal_pmix.init";
error             144 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             171 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_state_base_open";
error             172 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             176 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_state_base_select";
error             177 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             182 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_errmgr_base_open";
error             183 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             187 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_errmgr_base_select";
error             188 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             194 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_rml_base_open";
error             195 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             199 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_routed_base_select";
error             200 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             204 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_oob_base_open";
error             205 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             209 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_oob_base_select";
error             210 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             215 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_rml_base_open";
error             216 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             220 orte/mca/ess/base/ess_base_std_tool.c         error = "orte_rml_base_select";
error             221 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             233 orte/mca/ess/base/ess_base_std_tool.c         error = "define session dir names";
error             234 orte/mca/ess/base/ess_base_std_tool.c         goto error;
error             257 orte/mca/ess/base/ess_base_std_tool.c             error = "store HNP URI";
error             258 orte/mca/ess/base/ess_base_std_tool.c             goto error;
error             277 orte/mca/ess/base/ess_base_std_tool.c             error = "warmup connection";
error             278 orte/mca/ess/base/ess_base_std_tool.c             goto error;
error             287 orte/mca/ess/base/ess_base_std_tool.c             error = "orte_iof_base_open";
error             288 orte/mca/ess/base/ess_base_std_tool.c             goto error;
error             292 orte/mca/ess/base/ess_base_std_tool.c             error = "orte_iof_base_select";
error             293 orte/mca/ess/base/ess_base_std_tool.c             goto error;
error             300 orte/mca/ess/base/ess_base_std_tool.c  error:
error             303 orte/mca/ess/base/ess_base_std_tool.c                    true, error, ORTE_ERROR_NAME(ret), ret);
error              87 orte/mca/ess/env/ess_env_module.c     char *error = NULL;
error              91 orte/mca/ess/env/ess_env_module.c         error = "orte_ess_base_std_prolog";
error              92 orte/mca/ess/env/ess_env_module.c         goto error;
error             103 orte/mca/ess/env/ess_env_module.c         error = "orte_ess_base_orted_setup";
error             104 orte/mca/ess/env/ess_env_module.c         goto error;
error             108 orte/mca/ess/env/ess_env_module.c  error:
error             112 orte/mca/ess/env/ess_env_module.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error             133 orte/mca/ess/hnp/ess_hnp_module.c     char *error = NULL;
error             149 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_ess_base_std_prolog";
error             150 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             179 orte/mca/ess/hnp/ess_hnp_module.c         error = "unable to set the pipe to CLOEXEC";
error             180 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             193 orte/mca/ess/hnp/ess_hnp_module.c             error = "unable to malloc";
error             194 orte/mca/ess/hnp/ess_hnp_module.c             goto error;
error             207 orte/mca/ess/hnp/ess_hnp_module.c             error = "topology discovery";
error             208 orte/mca/ess/hnp/ess_hnp_module.c             goto error;
error             222 orte/mca/ess/hnp/ess_hnp_module.c         error = "opal_pstat_base_open";
error             223 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             226 orte/mca/ess/hnp/ess_hnp_module.c         error = "opal_pstat_base_select";
error             227 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             232 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_state_base_open";
error             233 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             236 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_state_base_select";
error             237 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             242 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_errmgr_base_open";
error             243 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             252 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_plm_base_open";
error             253 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             256 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_plm_base_select";
error             261 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             266 orte/mca/ess/hnp/ess_hnp_module.c             error = "convert_string_to_jobid";
error             267 orte/mca/ess/hnp/ess_hnp_module.c             goto error;
error             272 orte/mca/ess/hnp/ess_hnp_module.c             error = "orte_plm_set_hnp_name";
error             273 orte/mca/ess/hnp/ess_hnp_module.c             goto error;
error             294 orte/mca/ess/hnp/ess_hnp_module.c             error = "orte_session_dir define";
error             295 orte/mca/ess/hnp/ess_hnp_module.c             goto error;
error             304 orte/mca/ess/hnp/ess_hnp_module.c             error = "orte_session_dir";
error             305 orte/mca/ess/hnp/ess_hnp_module.c             goto error;
error             314 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_pmix_base_open";
error             315 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             319 orte/mca/ess/hnp/ess_hnp_module.c         error = "opal_pmix_base_select";
error             320 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             330 orte/mca/ess/hnp/ess_hnp_module.c         error = "pmix_server_init";
error             331 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             340 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_rml_base_open";
error             341 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             345 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_routed_base_select";
error             346 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             352 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_oob_base_open";
error             353 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             356 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_oob_base_select";
error             357 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             364 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_rml_base_open";
error             365 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             368 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_rml_base_select";
error             369 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             380 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_grpcomm_base_open";
error             381 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             385 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_grpcomm_base_select";
error             386 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             392 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_errmgr_base_select";
error             393 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             399 orte/mca/ess/hnp/ess_hnp_module.c         error = "setup job array";
error             400 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             408 orte/mca/ess/hnp/ess_hnp_module.c         error = "setup node array";
error             409 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             417 orte/mca/ess/hnp/ess_hnp_module.c         error = "setup node topologies array";
error             418 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             458 orte/mca/ess/hnp/ess_hnp_module.c         error = "store uri";
error             459 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             506 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_plm_init";
error             507 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             517 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_ras_base_open";
error             518 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             522 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_ras_base_find_available";
error             523 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             527 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_rmaps_base_open";
error             528 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             532 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_rmaps_base_find_available";
error             533 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             591 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_odls_base_open";
error             592 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             596 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_odls_base_select";
error             597 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             602 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_rtc_base_open";
error             603 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             607 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_rtc_base_select";
error             608 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             624 orte/mca/ess/hnp/ess_hnp_module.c             goto error;
error             648 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_iof_base_open";
error             649 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             653 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_iof_base_select";
error             654 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             659 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_filem_base_open";
error             660 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             664 orte/mca/ess/hnp/ess_hnp_module.c         error = "orte_filem_base_select";
error             665 orte/mca/ess/hnp/ess_hnp_module.c         goto error;
error             681 orte/mca/ess/hnp/ess_hnp_module.c             error = "could not connect to tool";
error             682 orte/mca/ess/hnp/ess_hnp_module.c             goto error;
error             705 orte/mca/ess/hnp/ess_hnp_module.c   error:
error             709 orte/mca/ess/hnp/ess_hnp_module.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error              69 orte/mca/ess/lsf/ess_lsf_module.c     char *error = NULL;
error              73 orte/mca/ess/lsf/ess_lsf_module.c         error = "orte_ess_base_std_prolog";
error              74 orte/mca/ess/lsf/ess_lsf_module.c         goto error;
error              86 orte/mca/ess/lsf/ess_lsf_module.c             error = "orte_ess_base_orted_setup";
error              87 orte/mca/ess/lsf/ess_lsf_module.c             goto error;
error              96 orte/mca/ess/lsf/ess_lsf_module.c             error = "orte_ess_base_tool_setup";
error              97 orte/mca/ess/lsf/ess_lsf_module.c             goto error;
error             105 orte/mca/ess/lsf/ess_lsf_module.c error:
error             109 orte/mca/ess/lsf/ess_lsf_module.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error             101 orte/mca/ess/pmi/ess_pmi_module.c     char *error = NULL;
error             118 orte/mca/ess/pmi/ess_pmi_module.c         error = "orte_ess_base_std_prolog";
error             119 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             133 orte/mca/ess/pmi/ess_pmi_module.c         error = "pmix init";
error             134 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             138 orte/mca/ess/pmi/ess_pmi_module.c         error = "pmix init";
error             139 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             169 orte/mca/ess/pmi/ess_pmi_module.c         error = "pmix init";
error             170 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             195 orte/mca/ess/pmi/ess_pmi_module.c         error = "getting local rank";
error             196 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             204 orte/mca/ess/pmi/ess_pmi_module.c         error = "getting node rank";
error             205 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             213 orte/mca/ess/pmi/ess_pmi_module.c         error = "getting max procs";
error             214 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             222 orte/mca/ess/pmi/ess_pmi_module.c         error = "getting job size";
error             223 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             354 orte/mca/ess/pmi/ess_pmi_module.c             error = "num local peers";
error             355 orte/mca/ess/pmi/ess_pmi_module.c             goto error;
error             409 orte/mca/ess/pmi/ess_pmi_module.c                 error = "local store of locality";
error             414 orte/mca/ess/pmi/ess_pmi_module.c                 goto error;
error             460 orte/mca/ess/pmi/ess_pmi_module.c         error = "orte_state_base_open";
error             461 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             465 orte/mca/ess/pmi/ess_pmi_module.c         error = "orte_state_base_select";
error             466 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             473 orte/mca/ess/pmi/ess_pmi_module.c         error = "orte_errmgr_base_open";
error             474 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             487 orte/mca/ess/pmi/ess_pmi_module.c             error = "orte_session_dir";
error             488 orte/mca/ess/pmi/ess_pmi_module.c             goto error;
error             500 orte/mca/ess/pmi/ess_pmi_module.c                     error = "register cleanup";
error             501 orte/mca/ess/pmi/ess_pmi_module.c                     goto error;
error             506 orte/mca/ess/pmi/ess_pmi_module.c                     error = "register cleanup";
error             507 orte/mca/ess/pmi/ess_pmi_module.c                     goto error;
error             523 orte/mca/ess/pmi/ess_pmi_module.c             error = "orte_rml_parse_HNP";
error             524 orte/mca/ess/pmi/ess_pmi_module.c             goto error;
error             534 orte/mca/ess/pmi/ess_pmi_module.c             error = "orte_rml_parse_daemon";
error             535 orte/mca/ess/pmi/ess_pmi_module.c             goto error;
error             550 orte/mca/ess/pmi/ess_pmi_module.c             error = "store DAEMON URI";
error             551 orte/mca/ess/pmi/ess_pmi_module.c             goto error;
error             561 orte/mca/ess/pmi/ess_pmi_module.c         error = "orte_errmgr_base_select";
error             562 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             568 orte/mca/ess/pmi/ess_pmi_module.c         error = "proc_binding";
error             569 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             588 orte/mca/ess/pmi/ess_pmi_module.c         error = "db store hostname";
error             589 orte/mca/ess/pmi/ess_pmi_module.c         goto error;
error             606 orte/mca/ess/pmi/ess_pmi_module.c             error = "opal_pmix.fence() failed";
error             607 orte/mca/ess/pmi/ess_pmi_module.c             goto error;
error             614 orte/mca/ess/pmi/ess_pmi_module.c  error:
error             624 orte/mca/ess/pmi/ess_pmi_module.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error              92 orte/mca/ess/singleton/ess_singleton_module.c     char *error = NULL;
error             186 orte/mca/ess/singleton/ess_singleton_module.c         error = "opening pmix";
error             187 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             190 orte/mca/ess/singleton/ess_singleton_module.c         error = "select pmix";
error             191 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             198 orte/mca/ess/singleton/ess_singleton_module.c         error = "pmix init";
error             199 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             213 orte/mca/ess/singleton/ess_singleton_module.c         error = "getting local rank";
error             214 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             222 orte/mca/ess/singleton/ess_singleton_module.c         error = "getting node rank";
error             223 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             231 orte/mca/ess/singleton/ess_singleton_module.c         error = "getting max procs";
error             232 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             316 orte/mca/ess/singleton/ess_singleton_module.c         error = "orte_state_base_open";
error             317 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             321 orte/mca/ess/singleton/ess_singleton_module.c         error = "orte_state_base_select";
error             322 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             328 orte/mca/ess/singleton/ess_singleton_module.c         error = "orte_errmgr_base_open";
error             329 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             341 orte/mca/ess/singleton/ess_singleton_module.c             error = "orte_session_dir";
error             342 orte/mca/ess/singleton/ess_singleton_module.c             goto error;
error             354 orte/mca/ess/singleton/ess_singleton_module.c                     error = "register cleanup";
error             355 orte/mca/ess/singleton/ess_singleton_module.c                     goto error;
error             360 orte/mca/ess/singleton/ess_singleton_module.c                     error = "register cleanup";
error             361 orte/mca/ess/singleton/ess_singleton_module.c                     goto error;
error             376 orte/mca/ess/singleton/ess_singleton_module.c             error = "orte_rml_parse_HNP";
error             377 orte/mca/ess/singleton/ess_singleton_module.c             goto error;
error             387 orte/mca/ess/singleton/ess_singleton_module.c             error = "orte_rml_parse_daemon";
error             388 orte/mca/ess/singleton/ess_singleton_module.c             goto error;
error             403 orte/mca/ess/singleton/ess_singleton_module.c             error = "store DAEMON URI";
error             404 orte/mca/ess/singleton/ess_singleton_module.c             goto error;
error             414 orte/mca/ess/singleton/ess_singleton_module.c         error = "orte_errmgr_base_select";
error             415 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             420 orte/mca/ess/singleton/ess_singleton_module.c         error = "proc_binding";
error             421 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             439 orte/mca/ess/singleton/ess_singleton_module.c         error = "db store hostname";
error             440 orte/mca/ess/singleton/ess_singleton_module.c         goto error;
error             457 orte/mca/ess/singleton/ess_singleton_module.c             error = "opal_pmix.fence() failed";
error             458 orte/mca/ess/singleton/ess_singleton_module.c             goto error;
error             464 orte/mca/ess/singleton/ess_singleton_module.c   error:
error             468 orte/mca/ess/singleton/ess_singleton_module.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error              64 orte/mca/ess/slurm/ess_slurm_module.c     char *error = NULL;
error              68 orte/mca/ess/slurm/ess_slurm_module.c         error = "orte_ess_base_std_prolog";
error              69 orte/mca/ess/slurm/ess_slurm_module.c         goto error;
error              81 orte/mca/ess/slurm/ess_slurm_module.c             error = "orte_ess_base_orted_setup";
error              82 orte/mca/ess/slurm/ess_slurm_module.c             goto error;
error              91 orte/mca/ess/slurm/ess_slurm_module.c             error = "orte_ess_base_tool_setup";
error              92 orte/mca/ess/slurm/ess_slurm_module.c             goto error;
error              99 orte/mca/ess/slurm/ess_slurm_module.c     error = "ess_error";
error             102 orte/mca/ess/slurm/ess_slurm_module.c error:
error             106 orte/mca/ess/slurm/ess_slurm_module.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error              68 orte/mca/ess/tm/ess_tm_module.c     char *error = NULL;
error              72 orte/mca/ess/tm/ess_tm_module.c         error = "orte_ess_base_std_prolog";
error              73 orte/mca/ess/tm/ess_tm_module.c         goto error;
error              85 orte/mca/ess/tm/ess_tm_module.c             error = "orte_ess_base_orted_setup";
error              86 orte/mca/ess/tm/ess_tm_module.c             goto error;
error              95 orte/mca/ess/tm/ess_tm_module.c             error = "orte_ess_base_tool_setup";
error              96 orte/mca/ess/tm/ess_tm_module.c             goto error;
error             103 orte/mca/ess/tm/ess_tm_module.c     error = "ess_error";
error             106 orte/mca/ess/tm/ess_tm_module.c   error:
error             110 orte/mca/ess/tm/ess_tm_module.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error              65 orte/mca/ess/tool/ess_tool_module.c     char *error = NULL;
error              71 orte/mca/ess/tool/ess_tool_module.c         error = "orte_ess_base_std_prolog";
error              72 orte/mca/ess/tool/ess_tool_module.c         goto error;
error             131 orte/mca/ess/tool/ess_tool_module.c         error = "orte_ess_base_tool_setup";
error             132 orte/mca/ess/tool/ess_tool_module.c         goto error;
error             138 orte/mca/ess/tool/ess_tool_module.c   error:
error             142 orte/mca/ess/tool/ess_tool_module.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error             163 orte/mca/rmaps/mindist/rmaps_mindist_module.c             goto error;
error             173 orte/mca/rmaps/mindist/rmaps_mindist_module.c             goto error;
error             202 orte/mca/rmaps/mindist/rmaps_mindist_module.c             goto error;
error             243 orte/mca/rmaps/mindist/rmaps_mindist_module.c                     goto error;
error             253 orte/mca/rmaps/mindist/rmaps_mindist_module.c                     goto error;
error             327 orte/mca/rmaps/mindist/rmaps_mindist_module.c                             goto error;
error             344 orte/mca/rmaps/mindist/rmaps_mindist_module.c                     goto error;
error             350 orte/mca/rmaps/mindist/rmaps_mindist_module.c                     goto error;
error             370 orte/mca/rmaps/mindist/rmaps_mindist_module.c                                 goto error;
error             401 orte/mca/rmaps/mindist/rmaps_mindist_module.c                     goto error;
error             434 orte/mca/rmaps/mindist/rmaps_mindist_module.c error:
error             255 orte/mca/rmaps/ppr/rmaps_ppr.c             goto error;
error             274 orte/mca/rmaps/ppr/rmaps_ppr.c                 goto error;
error             291 orte/mca/rmaps/ppr/rmaps_ppr.c                         goto error;
error             312 orte/mca/rmaps/ppr/rmaps_ppr.c                             goto error;
error             348 orte/mca/rmaps/ppr/rmaps_ppr.c                         goto error;
error             391 orte/mca/rmaps/ppr/rmaps_ppr.c             goto error;
error             407 orte/mca/rmaps/ppr/rmaps_ppr.c   error:
error             589 orte/mca/rmaps/ppr/rmaps_ppr.c                 goto error;
error             614 orte/mca/rmaps/ppr/rmaps_ppr.c  error:
error             147 orte/mca/rmaps/rank_file/rmaps_rank_file.c         goto error;
error             160 orte/mca/rmaps/rank_file/rmaps_rank_file.c         goto error;
error             174 orte/mca/rmaps/rank_file/rmaps_rank_file.c             goto error;
error             191 orte/mca/rmaps/rank_file/rmaps_rank_file.c             goto error;
error             240 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         goto error;
error             246 orte/mca/rmaps/rank_file/rmaps_rank_file.c                     goto error;
error             253 orte/mca/rmaps/rank_file/rmaps_rank_file.c                     goto error;
error             286 orte/mca/rmaps/rank_file/rmaps_rank_file.c                 goto error;
error             298 orte/mca/rmaps/rank_file/rmaps_rank_file.c                 goto error;
error             307 orte/mca/rmaps/rank_file/rmaps_rank_file.c                     goto error;
error             328 orte/mca/rmaps/rank_file/rmaps_rank_file.c                     goto error;
error             335 orte/mca/rmaps/rank_file/rmaps_rank_file.c                     goto error;
error             382 orte/mca/rmaps/rank_file/rmaps_rank_file.c  error:
error             157 orte/mca/rmaps/resilient/rmaps_resilient.c             goto error;
error             190 orte/mca/rmaps/resilient/rmaps_resilient.c                 goto error;
error             197 orte/mca/rmaps/resilient/rmaps_resilient.c                 goto error;
error             230 orte/mca/rmaps/resilient/rmaps_resilient.c                     goto error;
error             277 orte/mca/rmaps/resilient/rmaps_resilient.c  error:
error             115 orte/mca/rmaps/round_robin/rmaps_rr.c             goto error;
error             125 orte/mca/rmaps/round_robin/rmaps_rr.c             goto error;
error             246 orte/mca/rmaps/round_robin/rmaps_rr.c             goto error;
error             250 orte/mca/rmaps/round_robin/rmaps_rr.c             goto error;
error             270 orte/mca/rmaps/round_robin/rmaps_rr.c  error:
error             169 orte/mca/rmaps/seq/rmaps_seq.c             goto error;
error             249 orte/mca/rmaps/seq/rmaps_seq.c                 goto error;
error             266 orte/mca/rmaps/seq/rmaps_seq.c                 goto error;
error             277 orte/mca/rmaps/seq/rmaps_seq.c                 goto error;
error             392 orte/mca/rmaps/seq/rmaps_seq.c                 goto error;
error             409 orte/mca/rmaps/seq/rmaps_seq.c                     goto error;
error             451 orte/mca/rmaps/seq/rmaps_seq.c                     goto error;
error             466 orte/mca/rmaps/seq/rmaps_seq.c                         goto error;
error             503 orte/mca/rmaps/seq/rmaps_seq.c                 goto error;
error             526 orte/mca/rmaps/seq/rmaps_seq.c  error:
error              51 orte/mca/state/base/state_base_fns.c     opal_list_item_t *itm, *any=NULL, *error=NULL;
error              64 orte/mca/state/base/state_base_fns.c             error = itm;
error              93 orte/mca/state/base/state_base_fns.c     if (ORTE_JOB_STATE_ERROR < state && NULL != error) {
error              94 orte/mca/state/base/state_base_fns.c         s = (orte_state_t*)error;
error             234 orte/mca/state/base/state_base_fns.c     opal_list_item_t *itm, *any=NULL, *error=NULL;
error             247 orte/mca/state/base/state_base_fns.c             error = itm;
error             273 orte/mca/state/base/state_base_fns.c     if (ORTE_PROC_STATE_ERROR < state && NULL != error) {
error             274 orte/mca/state/base/state_base_fns.c         s = (orte_state_t*)error;
error             379 orte/orted/pmix/pmix_server.c         goto error;
error             384 orte/orted/pmix/pmix_server.c         goto error;
error             390 orte/orted/pmix/pmix_server.c         goto error;
error             398 orte/orted/pmix/pmix_server.c error:
error             137 orte/runtime/orte_init.c     char *error = NULL;
error             161 orte/runtime/orte_init.c         error = "opal_init";
error             162 orte/runtime/orte_init.c         goto error;
error             172 orte/runtime/orte_init.c         error = "orte_locks_init";
error             173 orte/runtime/orte_init.c         goto error;
error             180 orte/runtime/orte_init.c         error = "orte_register_params";
error             181 orte/runtime/orte_init.c         goto error;
error             188 orte/runtime/orte_init.c         error = "opal_output_init";
error             189 orte/runtime/orte_init.c         goto error;
error             201 orte/runtime/orte_init.c         error = "orte_proc_info";
error             202 orte/runtime/orte_init.c         goto error;
error             228 orte/runtime/orte_init.c         error = "orte_schizo_base_open";
error             229 orte/runtime/orte_init.c         goto error;
error             235 orte/runtime/orte_init.c         error = "orte_schizo_base_select";
error             236 orte/runtime/orte_init.c         goto error;
error             250 orte/runtime/orte_init.c         error = "orte_ess_base_open";
error             251 orte/runtime/orte_init.c         goto error;
error             257 orte/runtime/orte_init.c         error = "orte_ess_base_select";
error             258 orte/runtime/orte_init.c         goto error;
error             274 orte/runtime/orte_init.c         error = "orte_ess_init";
error             275 orte/runtime/orte_init.c         goto error;
error             295 orte/runtime/orte_init.c             error = "orte_start_listening";
error             296 orte/runtime/orte_init.c             goto error;
error             304 orte/runtime/orte_init.c  error:
error             308 orte/runtime/orte_init.c                        true, error, ORTE_ERROR_NAME(ret), ret);
error            1202 orte/util/nidmap.c                 goto error;
error            1214 orte/util/nidmap.c                 goto error;
error            1251 orte/util/nidmap.c   error:
error             169 orte/util/show_help.c                 goto error;
error             178 orte/util/show_help.c                 goto error;
error             187 orte/util/show_help.c                 goto error;
error             197 orte/util/show_help.c                 goto error;
error             236 orte/util/show_help.c error:
error             139 oshmem/mca/atomic/mxm/atomic_mxm.h     if (OPAL_UNLIKELY(MXM_OK != sreq->base.error)) {
error             141 oshmem/mca/atomic/mxm/atomic_mxm.h                      sreq->base.error);
error             686 oshmem/mca/spml/ikrit/spml_ikrit.c     if (MXM_OK != sreq.base.error) {
error             688 oshmem/mca/spml/ikrit/spml_ikrit.c                    mxm_error_string(sreq.base.error));
error             938 oshmem/mca/spml/ikrit/spml_ikrit.c     mxm_req.base.error = MXM_OK;
error            1062 oshmem/mca/spml/ikrit/spml_ikrit.c     if (MXM_OK != req.base.error) {
error            1102 oshmem/mca/spml/ikrit/spml_ikrit.c     if (req.base.error != MXM_OK) {
error             232 oshmem/mca/spml/ucx/spml_ucx.c         goto error;
error             237 oshmem/mca/spml/ucx/spml_ucx.c         goto error;
error             244 oshmem/mca/spml/ucx/spml_ucx.c         goto error;
error             304 oshmem/mca/spml/ucx/spml_ucx.c error:
error             581 oshmem/mca/spml/ucx/spml_ucx.c         goto error;
error             625 oshmem/mca/spml/ucx/spml_ucx.c  error:
error             247 oshmem/runtime/oshmem_shmem_init.c     char *error = NULL;
error             254 oshmem/runtime/oshmem_shmem_init.c         error = "oshmem_info_register: oshmem_register_params failed";
error             255 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             266 oshmem/runtime/oshmem_shmem_init.c         error = "oshmem_info_init() failed";
error             267 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             272 oshmem/runtime/oshmem_shmem_init.c         error = "oshmem_proc_init() failed";
error             273 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             277 oshmem/runtime/oshmem_shmem_init.c         error = "oshmem_op_init() failed";
error             278 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             282 oshmem/runtime/oshmem_shmem_init.c         error = "mca_spml_base_open() failed";
error             283 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             287 oshmem/runtime/oshmem_shmem_init.c         error = "mca_scoll_base_open() failed";
error             288 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             292 oshmem/runtime/oshmem_shmem_init.c         error = "mca_spml_base_select() failed";
error             293 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             297 oshmem/runtime/oshmem_shmem_init.c         error = "mca_scoll_base_find_available() failed";
error             298 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             304 oshmem/runtime/oshmem_shmem_init.c         error = "oshmem_request_init() failed";
error             305 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             309 oshmem/runtime/oshmem_shmem_init.c         error = "oshmem_proc_group_init() failed";
error             310 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             316 oshmem/runtime/oshmem_shmem_init.c         error = "SPML control failed";
error             317 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             323 oshmem/runtime/oshmem_shmem_init.c         error = "SPML add procs failed";
error             324 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             328 oshmem/runtime/oshmem_shmem_init.c         error = "mca_sshmem_base_open() failed";
error             329 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             333 oshmem/runtime/oshmem_shmem_init.c         error = "mca_sshmem_base_select() failed";
error             334 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             338 oshmem/runtime/oshmem_shmem_init.c         error = "mca_memheap_base_open() failed";
error             339 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             343 oshmem/runtime/oshmem_shmem_init.c         error = "mca_memheap_base_select() failed";
error             344 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             348 oshmem/runtime/oshmem_shmem_init.c         error = "mca_atomic_base_open() failed";
error             349 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             353 oshmem/runtime/oshmem_shmem_init.c         error = "mca_atomic_base_find_available() failed";
error             354 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             359 oshmem/runtime/oshmem_shmem_init.c         error = "mca_scoll_enable() failed";
error             360 oshmem/runtime/oshmem_shmem_init.c         goto error;
error             367 oshmem/runtime/oshmem_shmem_init.c     error: if (ret != OSHMEM_SUCCESS) {
error             374 oshmem/runtime/oshmem_shmem_init.c                        error,
error             117 test/datatype/external32.c     int error;
error             119 test/datatype/external32.c     error = ompi_datatype_pack_external_size("external32",
error             121 test/datatype/external32.c     if( MPI_SUCCESS != error ) goto return_error_code;
error             124 test/datatype/external32.c     if( NULL == buffer ) { error = MPI_ERR_UNKNOWN; goto return_error_code; }
error             126 test/datatype/external32.c     error = ompi_datatype_pack_external("external32", (void*)send_data, count, datatype,
error             128 test/datatype/external32.c     if( MPI_SUCCESS != error ) goto return_error_code;
error             137 test/datatype/external32.c     error = ompi_datatype_unpack_external("external32", buffer, buffer_size, &position,
error             139 test/datatype/external32.c     if( MPI_SUCCESS != error ) goto return_error_code;
error             143 test/datatype/external32.c     return (error == MPI_SUCCESS ? 0 : -1);
error              63 test/mpool/mpool_memkind.c     char *error = NULL;
error              73 test/mpool/mpool_memkind.c         error = "opal frameworks is NULL";
error              74 test/mpool/mpool_memkind.c         goto error;
error              78 test/mpool/mpool_memkind.c         error = "mca_allocator_base_open() failed";
error              79 test/mpool/mpool_memkind.c         goto error;
error              83 test/mpool/mpool_memkind.c         error = "mca_mpool_base_open() failed";
error              84 test/mpool/mpool_memkind.c         goto error;
error              93 test/mpool/mpool_memkind.c         error = "mca_mpool_base_alloc() failed";
error              94 test/mpool/mpool_memkind.c         goto error;
error              98 test/mpool/mpool_memkind.c         error = "mca_mpool_base_free() failed";
error              99 test/mpool/mpool_memkind.c         goto error;
error             118 test/mpool/mpool_memkind.c                     error = "mca_mpool_base_alloc() failed";
error             119 test/mpool/mpool_memkind.c                     goto error;
error             123 test/mpool/mpool_memkind.c                     error = "mca_mpool_base_free() failed";
error             124 test/mpool/mpool_memkind.c                     goto error;
error             134 test/mpool/mpool_memkind.c         error = "mca_mpool_base_close() failed";
error             135 test/mpool/mpool_memkind.c         goto error;
error             139 test/mpool/mpool_memkind.c         error = "mca_mpool_base_close() failed";
error             140 test/mpool/mpool_memkind.c         goto error;
error             145 test/mpool/mpool_memkind.c error:
error             146 test/mpool/mpool_memkind.c     if (NULL != error) {
error             147 test/mpool/mpool_memkind.c         fprintf(stderr, "mpool/memkind test failed %s\n", error);