1
1
Этот коммит содержится в:
Howard Pritchard 2014-12-23 14:06:38 -07:00
родитель f0c519517b
Коммит 8b250cc15b

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

@ -56,16 +56,10 @@ static void *mca_btl_ugni_prog_thread_fn(void * data)
-1,
&which);
if (which == 1) {
fprintf(stderr,"broke out of GNI_CqVectorMonitor which = %d status = %s\n",which,gni_err_str[status]);
}
if (status == GNI_RC_NOT_DONE) continue;
if ((status == GNI_RC_SUCCESS) && (stop_progress_thread == 0)) {
thread_wakeups++;
if (which == 1)
fprintf(stderr,"Calling the progress function\n");
opal_progress();
}
}