From 4808c81519c03c79274f5c1d59f832f9861778dc Mon Sep 17 00:00:00 2001 From: Shimmy Balsam Date: Tue, 11 Jul 2023 14:34:29 +0300 Subject: [PATCH] REVIEW: second review fixes --- src/components/tl/nccl/tl_nccl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/tl/nccl/tl_nccl.c b/src/components/tl/nccl/tl_nccl.c index 592a6dfdef..8e71cdc1e2 100644 --- a/src/components/tl/nccl/tl_nccl.c +++ b/src/components/tl/nccl/tl_nccl.c @@ -39,8 +39,9 @@ static ucs_config_field_t ucc_tl_nccl_context_config_table[] = { UCS_CONFIG_TYPE_ENUM(ucc_tl_nccl_completion_sync_names) }, - {"NCCL_CFG_BLOCKING", "1", - "If set to 0 will use non-blocking mode, if set to 1 will use blocking", + {"BLOCKING", "1", + "If set to 0 will use non-blocking mode communicator behavior, " + "if set to 1 will use blocking mode", ucs_offsetof(ucc_tl_nccl_context_config_t, nccl_cfg_blocking), UCS_CONFIG_TYPE_BOOL},