diff --git a/ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c b/ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c index bd5cb80715..712d21904a 100644 --- a/ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c +++ b/ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c @@ -3,6 +3,8 @@ * Copyright (c) 2004-2015 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. + * Copyright (c) 2015 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -26,7 +28,6 @@ #include "ompi/mca/coll/base/coll_base_util.h" /* allreduce algorithm variables */ -static int coll_tuned_allreduce_algorithm_count = 5; static int coll_tuned_allreduce_forced_algorithm = 0; static int coll_tuned_allreduce_segment_size = 0; static int coll_tuned_allreduce_tree_fanout; diff --git a/ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c b/ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c index 92de8f6bdc..254dc56ee0 100644 --- a/ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c +++ b/ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c @@ -3,6 +3,8 @@ * Copyright (c) 2004-2015 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. + * Copyright (c) 2015 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -24,7 +26,6 @@ #include "ompi/mca/coll/base/coll_base_util.h" /* alltoallv algorithm variables */ -static int coll_tuned_alltoallv_algorithm_count = 2; static int coll_tuned_alltoallv_forced_algorithm = 0; /* valid values for coll_tuned_alltoallv_forced_algorithm */ diff --git a/ompi/mca/coll/tuned/coll_tuned_bcast_decision.c b/ompi/mca/coll/tuned/coll_tuned_bcast_decision.c index b18c2377a5..81345b270f 100644 --- a/ompi/mca/coll/tuned/coll_tuned_bcast_decision.c +++ b/ompi/mca/coll/tuned/coll_tuned_bcast_decision.c @@ -3,6 +3,8 @@ * Copyright (c) 2004-2015 The University of Tennessee and The University * of Tennessee Research Foundation. All rights * reserved. + * Copyright (c) 2015 Research Organization for Information Science + * and Technology (RIST). All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow @@ -24,7 +26,6 @@ #include "ompi/mca/coll/base/coll_base_util.h" /* bcast algorithm variables */ -static int coll_tuned_bcast_algorithm_count = 6; static int coll_tuned_bcast_forced_algorithm = 0; static int coll_tuned_bcast_segment_size = 0; static int coll_tuned_bcast_tree_fanout;