btl/ugni: switch to using opal_progress
Switch to invoking opal_progress from the async progress thread, rather than calling ugni btl specific progress.
Этот коммит содержится в:
родитель
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
|
||||
}
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user