UCS_ERR_NO_RESOURCE  298 opal/mca/btl/uct/btl_uct_am.c     ucs_status_t ucs_status = UCS_ERR_NO_RESOURCE;
UCS_ERR_NO_RESOURCE  204 opal/mca/btl/uct/btl_uct_endpoint.c         if (OPAL_UNLIKELY(UCS_ERR_NO_RESOURCE != ucs_status)) {
UCS_ERR_NO_RESOURCE  202 opal/mca/btl/uct/btl_uct_rdma.c             ucs_status = (tmp == (ssize_t) size) ? UCS_OK : UCS_ERR_NO_RESOURCE;
UCS_ERR_NO_RESOURCE  211 opal/mca/btl/uct/btl_uct_rdma.c         if (UCS_ERR_NO_RESOURCE != ucs_status || context->in_am_callback) {