Skip to content

Commit e879d29

Browse files
committed
coll/tuned: make coll_tuned_gather_algorithms MCA settable
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 50ca9fb commit e879d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mca/coll/tuned/coll_tuned_gather_decision.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2004-2017 The University of Tennessee and The University
44
* of Tennessee Research Foundation. All rights
55
* reserved.
6-
* Copyright (c) 2015 Research Organization for Information Science
6+
* Copyright (c) 2015-2017 Research Organization for Information Science
77
* and Technology (RIST). All rights reserved.
88
* $COPYRIGHT$
99
*
@@ -76,7 +76,7 @@ ompi_coll_tuned_gather_intra_check_forced_init(coll_tuned_force_algorithm_mca_pa
7676
mca_base_component_var_register(&mca_coll_tuned_component.super.collm_version,
7777
"gather_algorithm",
7878
"Which gather algorithm is used. Can be locked down to choice of: 0 ignore, 1 basic linear, 2 binomial, 3 linear with synchronization.",
79-
MCA_BASE_VAR_TYPE_INT, new_enum, 0, 0,
79+
MCA_BASE_VAR_TYPE_INT, new_enum, 0, MCA_BASE_VAR_FLAG_SETTABLE,
8080
OPAL_INFO_LVL_5,
8181
MCA_BASE_VAR_SCOPE_ALL,
8282
&coll_tuned_gather_forced_algorithm);

0 commit comments

Comments
 (0)