Skip to content

Commit

Permalink
Set NUM_LID_ENTRIES so hypergraph works on current versions of Zoltan
Browse files Browse the repository at this point in the history
  • Loading branch information
lkotipal committed Feb 12, 2024
1 parent f0b1294 commit 76a25b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dccrg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7901,7 +7901,7 @@ template <
// 0 because Zoltan crashes in hierarchial with larger values
Zoltan_Set_Param(this->zoltan, "EDGE_WEIGHT_DIM", "1");
Zoltan_Set_Param(this->zoltan, "NUM_GID_ENTRIES", "1");
Zoltan_Set_Param(this->zoltan, "NUM_LID_ENTRIES", "0");
Zoltan_Set_Param(this->zoltan, "NUM_LID_ENTRIES", "1");
Zoltan_Set_Param(this->zoltan, "OBJ_WEIGHT_DIM", "1");
Zoltan_Set_Param(this->zoltan, "RETURN_LISTS", "ALL");

Expand Down Expand Up @@ -8014,8 +8014,7 @@ template <

Zoltan_Set_HG_Size_Edge_Wts_Fn(
this->zoltan,
&Dccrg<
Cell_Data,
&Dccrg5 Cell_Data,
Geometry,
std::tuple<Additional_Cell_Items...>,
std::tuple<Additional_Neighbor_Items...>
Expand Down

0 comments on commit 76a25b0

Please sign in to comment.