From 2959f5a9482a12ef15438f1ee9a3e4f144e7ee31 Mon Sep 17 00:00:00 2001 From: hhb1029 Date: Mon, 20 Jun 2022 22:10:33 +0800 Subject: [PATCH] [Huawei]change MAX_PHASES from 10 to 15 for binomial tree Offering:hpc --- builtin/plan/builtin_binomial_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/plan/builtin_binomial_tree.c b/builtin/plan/builtin_binomial_tree.c index 4dcbd77..24c9704 100644 --- a/builtin/plan/builtin_binomial_tree.c +++ b/builtin/plan/builtin_binomial_tree.c @@ -23,7 +23,7 @@ * MAX_PHASES for tree plan is 4 * MAX_PHASES for recursive plan is 4 (namely it support 2^4 nodes !) */ -#define MAX_PHASES 10 /* till now, binomial tree can only support 2^MAX_PHASES process at most */ +#define MAX_PHASES 15 /* till now, binomial tree can only support 2^MAX_PHASES process at most */ ucs_config_field_t ucg_builtin_binomial_tree_config_table[] = {