From f0c519517b26464912ddda6802d3d1e2382ed29d Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Tue, 23 Dec 2014 13:51:42 -0700 Subject: [PATCH] btl/ugni: switch to using opal_progress Switch to invoking opal_progress from the async progress thread, rather than calling ugni btl specific progress. --- opal/mca/btl/ugni/btl_ugni_progress_thread.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/opal/mca/btl/ugni/btl_ugni_progress_thread.c b/opal/mca/btl/ugni/btl_ugni_progress_thread.c index c5582c3bd9..952dd86b1e 100644 --- a/opal/mca/btl/ugni/btl_ugni_progress_thread.c +++ b/opal/mca/btl/ugni/btl_ugni_progress_thread.c @@ -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 } }