From a82ce427e4422abeebcdebf97fbb8fbfc3d24d3b Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Wed, 8 Nov 2006 22:20:34 +0000 Subject: [PATCH] Update the number of reduce algorithms available. This commit was SVN r12503. --- ompi/mca/coll/tuned/coll_tuned_reduce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/coll/tuned/coll_tuned_reduce.c b/ompi/mca/coll/tuned/coll_tuned_reduce.c index 5572ba8ac5..3152efa47e 100644 --- a/ompi/mca/coll/tuned/coll_tuned_reduce.c +++ b/ompi/mca/coll/tuned/coll_tuned_reduce.c @@ -459,7 +459,7 @@ ompi_coll_tuned_reduce_intra_basic_linear(void *sbuf, void *rbuf, int count, int ompi_coll_tuned_reduce_intra_check_forced_init (coll_tuned_force_algorithm_mca_param_indices_t *mca_param_indices) { int rc; - int max_alg = 3; + int max_alg = 5; ompi_coll_tuned_forced_max_algorithms[REDUCE] = max_alg;