1
1

- Get to compile with --enable-progress-thread

This commit was SVN r11069.
Этот коммит содержится в:
Rainer Keller 2006-07-31 22:40:37 +00:00
родитель 12166eb0d7
Коммит 07ccd84fcf

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

@ -213,10 +213,10 @@ static inline int ompi_request_test( ompi_request_t ** rptr,
int *completed,
ompi_status_public_t * status )
{
int rc;
ompi_request_t *request = *rptr;
#if OMPI_ENABLE_PROGRESS_THREADS == 0
int do_it_once = 0;
int rc;
recheck_request_status:
#endif