1
1

Merge pull request #7823 from jsquyres/pr/put-osc-pt2pt-back

Fix typos in OSC RDMA BTL allowlist
Этот коммит содержится в:
Austen Lauria 2020-06-30 10:55:16 -04:00 коммит произвёл GitHub
родитель b6b300d25d 18cfcc8b70
Коммит 9b86f1442a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -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)",