Skip to content

Commit

Permalink
[Huawei]change MAX_PHASES from 10 to 15 for binomial tree
Browse files Browse the repository at this point in the history
Offering:hpc
  • Loading branch information
hhb1029 committed Jun 20, 2022
1 parent 5fff355 commit 2959f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/plan/builtin_binomial_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 2959f5a

Please sign in to comment.