1
1

btl/ugni: switch to using opal_progress

Switch to invoking opal_progress from the async progress
thread, rather than calling ugni btl specific progress.
Этот коммит содержится в:
Howard Pritchard 2014-12-23 13:51:42 -07:00
родитель 47747c1b27
Коммит f0c519517b

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

@ -66,12 +66,7 @@ static void *mca_btl_ugni_prog_thread_fn(void * data)
thread_wakeups++;
if (which == 1)
fprintf(stderr,"Calling the progress function\n");
#if 0
opal_progress();
#endif
#if 1
mca_btl_ugni_component.super.btl_progress(); /* TODO: probably needs to be higher up */
#endif
}
}