From 71ac1331f133fe54a7d93259367ef916964449d5 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Fri, 27 Feb 2015 17:26:48 +0900 Subject: [PATCH] coll/tuned: remove unused variables --- ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c | 3 ++- ompi/mca/coll/tuned/coll_tuned_alltoallv_decision.c | 3 ++- ompi/mca/coll/tuned/coll_tuned_bcast_decision.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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;