We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b1294 commit fbd74e3Copy full SHA for fbd74e3
dccrg.hpp
@@ -7901,7 +7901,7 @@ template <
7901
// 0 because Zoltan crashes in hierarchial with larger values
7902
Zoltan_Set_Param(this->zoltan, "EDGE_WEIGHT_DIM", "1");
7903
Zoltan_Set_Param(this->zoltan, "NUM_GID_ENTRIES", "1");
7904
- Zoltan_Set_Param(this->zoltan, "NUM_LID_ENTRIES", "0");
+ Zoltan_Set_Param(this->zoltan, "NUM_LID_ENTRIES", "1");
7905
Zoltan_Set_Param(this->zoltan, "OBJ_WEIGHT_DIM", "1");
7906
Zoltan_Set_Param(this->zoltan, "RETURN_LISTS", "ALL");
7907
0 commit comments