Skip to content

Commit 9b86f14

Browse files
authored
Merge pull request #7823 from jsquyres/pr/put-osc-pt2pt-back
Fix typos in OSC RDMA BTL allowlist
2 parents b6b300d + 18cfcc8 commit 9b86f14

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)