Skip to content

Commit fbd74e3

Browse files
committed
Set NUM_LID_ENTRIES so hypergraph works on current versions of Zoltan
1 parent f0b1294 commit fbd74e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dccrg.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7901,7 +7901,7 @@ template <
79017901
// 0 because Zoltan crashes in hierarchial with larger values
79027902
Zoltan_Set_Param(this->zoltan, "EDGE_WEIGHT_DIM", "1");
79037903
Zoltan_Set_Param(this->zoltan, "NUM_GID_ENTRIES", "1");
7904-
Zoltan_Set_Param(this->zoltan, "NUM_LID_ENTRIES", "0");
7904+
Zoltan_Set_Param(this->zoltan, "NUM_LID_ENTRIES", "1");
79057905
Zoltan_Set_Param(this->zoltan, "OBJ_WEIGHT_DIM", "1");
79067906
Zoltan_Set_Param(this->zoltan, "RETURN_LISTS", "ALL");
79077907

0 commit comments

Comments
 (0)