acks should now be handled correctly for stdin
This commit was SVN r5923.
Этот коммит содержится в:
родитель
5728748980
Коммит
a5d13104f9
@ -74,9 +74,7 @@ int orte_iof_base_flush(void)
|
||||
item != ompi_list_get_end(&orte_iof_base.iof_endpoints);
|
||||
item = ompi_list_get_next(item)) {
|
||||
orte_iof_base_endpoint_t* endpoint = (orte_iof_base_endpoint_t*)item;
|
||||
/* BWB - XXX - FIXME - need to remove the ep_mode test -
|
||||
Tim looking at it */
|
||||
if(endpoint->ep_mode == ORTE_IOF_SINK && orte_iof_base_endpoint_pending(endpoint)) {
|
||||
if(orte_iof_base_endpoint_pending(endpoint)) {
|
||||
pending++;
|
||||
}
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user