From f55cea1a5be5f21af89d5bb7ea2f8aa7bad7295b Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 26 Apr 2013 15:31:50 +0000 Subject: [PATCH] If there are no BTLs, do ''not'' actually shut down the fd listener, because a) it may still be needed to shut down the CPCs, and b) it will be shut down during component_close(). This commit was SVN r28402. --- ompi/mca/btl/openib/btl_openib_component.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ompi/mca/btl/openib/btl_openib_component.c b/ompi/mca/btl/openib/btl_openib_component.c index d6f1488d05..01f4efc0c5 100644 --- a/ompi/mca/btl/openib/btl_openib_component.c +++ b/ompi/mca/btl/openib/btl_openib_component.c @@ -2886,9 +2886,6 @@ btl_openib_component_init(int *num_btl_modules, /* If we fail early enough in the setup, we just modex around that there are no openib BTL's in this process and return NULL. */ - /* Be sure to shut down the fd listener */ - ompi_btl_openib_fd_finalize(); - mca_btl_openib_component.ib_num_btls = 0; btl_openib_modex_send(); #if BTL_OPENIB_MALLOC_HOOKS_ENABLED