Add some debug output
This commit was SVN r28371.
Этот коммит содержится в:
родитель
b6377a2138
Коммит
2e8946db0a
@ -169,9 +169,19 @@ void orte_grpcomm_base_xcast_recv(int status, orte_process_name_t* sender,
|
|||||||
*/
|
*/
|
||||||
jdata = orte_get_job_data_object(nm->name.jobid);
|
jdata = orte_get_job_data_object(nm->name.jobid);
|
||||||
if (NULL == (rec = (orte_proc_t*)opal_pointer_array_get_item(jdata->procs, nm->name.vpid))) {
|
if (NULL == (rec = (orte_proc_t*)opal_pointer_array_get_item(jdata->procs, nm->name.vpid))) {
|
||||||
|
OPAL_OUTPUT_VERBOSE((5, orte_grpcomm_base.output,
|
||||||
|
"%s orte:daemon:send_relay proc %s not found - cannot relay",
|
||||||
|
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
||||||
|
ORTE_NAME_PRINT(&nm->name)));
|
||||||
|
OBJ_RELEASE(rly);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (ORTE_PROC_STATE_RUNNING < rec->state) {
|
if (ORTE_PROC_STATE_RUNNING < rec->state) {
|
||||||
|
OPAL_OUTPUT_VERBOSE((5, orte_grpcomm_base.output,
|
||||||
|
"%s orte:daemon:send_relay proc %s not running - cannot relay",
|
||||||
|
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
||||||
|
ORTE_NAME_PRINT(&nm->name)));
|
||||||
|
OBJ_RELEASE(rly);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (0 > (ret = orte_rml.send_buffer_nb(&nm->name, rly, ORTE_RML_TAG_XCAST, 0,
|
if (0 > (ret = orte_rml.send_buffer_nb(&nm->name, rly, ORTE_RML_TAG_XCAST, 0,
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user