1
1

Tell xcast not to send to processes that have "aborted".

One of those fixes that has been sitting on another branch for awhile...sigh.

This commit was SVN r11142.
Этот коммит содержится в:
Ralph Castain 2006-08-09 18:23:43 +00:00
родитель 56c15963af
Коммит bd937b219d

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

@ -108,7 +108,7 @@ int mca_oob_xcast(
ORTE_ERROR_LOG(rc);
return rc;
}
if (state != ORTE_PROC_STATE_TERMINATED) {
if (state != ORTE_PROC_STATE_TERMINATED && state != ORTE_PROC_STATE_ABORTED) {
rc = mca_oob_send_packed_nb(peers+i, buffer, tag, 0, mca_oob_xcast_cb, xcast);
if (rc < 0) {
ORTE_ERROR_LOG(rc);