Skip to content

Commit 18cfcc8

Browse files
committed
osc/rdma: update supported BTL list
"openib" no longer exists. "tcp" had a typo. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 9af19ab commit 18cfcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/rdma/osc_rdma_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ static int ompi_osc_rdma_component_register (void)
245245
MCA_BASE_VAR_SCOPE_GROUP, &mca_osc_rdma_component.locking_mode);
246246
OBJ_RELEASE(new_enum);
247247

248-
ompi_osc_rdma_btl_names = "openib,ugni,uct,ucp";
248+
ompi_osc_rdma_btl_names = "ugni,uct,tcp";
249249
opal_asprintf(&description_str, "Comma-delimited list of BTL component names to allow without verifying "
250250
"connectivity. Do not add a BTL to to this list unless it can reach all "
251251
"processes in any communicator used with an MPI window (default: %s)",

0 commit comments

Comments
 (0)