From 18cfcc8b707df75d7860a2cb53cbec5499db2e7e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 15 Jun 2020 19:07:18 -0700 Subject: [PATCH] osc/rdma: update supported BTL list "openib" no longer exists. "tcp" had a typo. Signed-off-by: Jeff Squyres --- ompi/mca/osc/rdma/osc_rdma_component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/osc/rdma/osc_rdma_component.c b/ompi/mca/osc/rdma/osc_rdma_component.c index 22b7909e27..73c75642d0 100644 --- a/ompi/mca/osc/rdma/osc_rdma_component.c +++ b/ompi/mca/osc/rdma/osc_rdma_component.c @@ -245,7 +245,7 @@ static int ompi_osc_rdma_component_register (void) MCA_BASE_VAR_SCOPE_GROUP, &mca_osc_rdma_component.locking_mode); OBJ_RELEASE(new_enum); - ompi_osc_rdma_btl_names = "openib,ugni,uct,ucp"; + ompi_osc_rdma_btl_names = "ugni,uct,tcp"; opal_asprintf(&description_str, "Comma-delimited list of BTL component names to allow without verifying " "connectivity. Do not add a BTL to to this list unless it can reach all " "processes in any communicator used with an MPI window (default: %s)",