1
1
This commit was SVN r27588.
Этот коммит содержится в:
Ralph Castain 2012-11-12 02:50:45 +00:00
родитель bd887f7f56
Коммит 26f1cd0909

Просмотреть файл

@ -274,9 +274,10 @@ static int bad_allgather(orte_grpcomm_collective_t *gather)
ORTE_ERROR_LOG(rc); ORTE_ERROR_LOG(rc);
OBJ_RELEASE(buf); OBJ_RELEASE(buf);
opal_list_remove_item(&orte_grpcomm_base.active_colls, &gather->super); opal_list_remove_item(&orte_grpcomm_base.active_colls, &gather->super);
return rc;
} }
} }
return rc; return ORTE_SUCCESS;
} }
OPAL_OUTPUT_VERBOSE((1, orte_grpcomm_base.output, OPAL_OUTPUT_VERBOSE((1, orte_grpcomm_base.output,