1
1

Back out George's commit from earlier today; it seems to break stdout

forwarding. 

More detailed mail coming to devel-core shortly that explains.

This commit was SVN r9769.
Этот коммит содержится в:
Jeff Squyres 2006-04-28 03:32:27 +00:00
родитель 22dbda116e
Коммит bfcf3867fc

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

@ -515,12 +515,13 @@ int orte_iof_base_endpoint_forward(
OPAL_THREAD_UNLOCK(&orte_iof_base.iof_lock);
return ORTE_SUCCESS;
}
rc = 0; /* don't affect the remaining length of the data */
rc = 0;
} else {
frag->frag_len -= rc;
}
frag->frag_len -= rc;
}
if(frag->frag_len >= 0) {
if(frag->frag_len > 0 || len == 0) {
/* handle incomplete write - also queue up 0 byte message
* and recognize this as a request to close the descriptor
* when all pending operations complete