Skip to content

Commit 76a25b0

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dccrg.hpp

Lines changed: 2 additions & 3 deletions
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

@@ -8014,8 +8014,7 @@ template <
80148014

80158015
Zoltan_Set_HG_Size_Edge_Wts_Fn(
80168016
this->zoltan,
8017-
&Dccrg<
8018-
Cell_Data,
8017+
&Dccrg5 Cell_Data,
80198018
Geometry,
80208019
std::tuple<Additional_Cell_Items...>,
80218020
std::tuple<Additional_Neighbor_Items...>

0 commit comments

Comments
 (0)