1
1
This commit was SVN r24128.
Этот коммит содержится в:
Ralph Castain 2010-12-01 13:12:24 +00:00
родитель 4f5625d699
Коммит 9224302c10

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

@ -829,7 +829,6 @@ static void relay(int fd, short event, void *cbdata)
/* race condition */ /* race condition */
continue; continue;
} }
opal_output(0, "SENDING RELAY TO %s", ORTE_NAME_PRINT(&proc->name));
if (0 > (rc = orte_rml.send_buffer(&proc->name, msg->buffer, ORTE_RML_TAG_MULTICAST_RELAY, 0))) { if (0 > (rc = orte_rml.send_buffer(&proc->name, msg->buffer, ORTE_RML_TAG_MULTICAST_RELAY, 0))) {
ORTE_ERROR_LOG(rc); ORTE_ERROR_LOG(rc);
} }