Skip to content

Commit cfc2a5f

Browse files
committed
ompi/mca/coll/tuned: Fix typo
Signed-off-by: NARIBAYASHI Akira <a.naribayashi@fujitsu.com>
1 parent 5f49b2f commit cfc2a5f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ompi/mca/coll/tuned/coll_tuned_allgather_decision.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* reserved.
55
* Copyright (c) 2015 Research Organization for Information Science
66
* and Technology (RIST). All rights reserved.
7+
* Copyright (c) 2021 FUJITSU LIMITED. All rights reserved.
78
* $COPYRIGHT$
89
*
910
* Additional copyrights may follow
@@ -77,7 +78,7 @@ ompi_coll_tuned_allgather_intra_check_forced_init(coll_tuned_force_algorithm_mca
7778
mca_param_indices->algorithm_param_index =
7879
mca_base_component_var_register(&mca_coll_tuned_component.super.collm_version,
7980
"allgather_algorithm",
80-
"Which allallgather algorithm is used. Can be locked down to choice of: 0 ignore, 1 basic linear, 2 bruck, 3 recursive doubling, 4 ring, 5 neighbor exchange, 6: two proc only. "
81+
"Which allgather algorithm is used. Can be locked down to choice of: 0 ignore, 1 basic linear, 2 bruck, 3 recursive doubling, 4 ring, 5 neighbor exchange, 6: two proc only. "
8182
"Only relevant if coll_tuned_use_dynamic_rules is true.",
8283
MCA_BASE_VAR_TYPE_INT, new_enum, 0, MCA_BASE_VAR_FLAG_SETTABLE,
8384
OPAL_INFO_LVL_5,

ompi/mca/coll/tuned/coll_tuned_allgatherv_decision.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* reserved.
66
* Copyright (c) 2015 Research Organization for Information Science
77
* and Technology (RIST). All rights reserved.
8+
* Copyright (c) 2021 FUJITSU LIMITED. All rights reserved.
89
* $COPYRIGHT$
910
*
1011
* Additional copyrights may follow
@@ -76,7 +77,7 @@ ompi_coll_tuned_allgatherv_intra_check_forced_init(coll_tuned_force_algorithm_mc
7677
mca_param_indices->algorithm_param_index =
7778
mca_base_component_var_register(&mca_coll_tuned_component.super.collm_version,
7879
"allgatherv_algorithm",
79-
"Which allallgatherv algorithm is used. Can be locked down to choice of: 0 ignore, 1 default (allgathervv + bcast), 2 bruck, 3 ring, 4 neighbor exchange, 5: two proc only. "
80+
"Which allgatherv algorithm is used. Can be locked down to choice of: 0 ignore, 1 default (allgathervv + bcast), 2 bruck, 3 ring, 4 neighbor exchange, 5: two proc only. "
8081
"Only relevant if coll_tuned_use_dynamic_rules is true.",
8182
MCA_BASE_VAR_TYPE_INT, new_enum, 0, MCA_BASE_VAR_FLAG_SETTABLE,
8283
OPAL_INFO_LVL_5,

0 commit comments

Comments
 (0)