1
1

dont do anything for tcp progress routine - as progressing the event

library is already handled by the higher level ompi_progress()

This commit was SVN r1540.
Этот коммит содержится в:
Tim Woodall 2004-07-02 15:59:58 +00:00
родитель 0232814ef9
Коммит df3c67422b

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

@ -466,7 +466,6 @@ int mca_ptl_tcp_module_control(int param, void* value, size_t size)
int mca_ptl_tcp_module_progress(mca_ptl_tstamp_t tstamp)
{
ompi_event_loop(OMPI_EVLOOP_ONCE);
return OMPI_SUCCESS;
}