From 76a25b0c3f68b58a7a5533d3d950d021b6397dee Mon Sep 17 00:00:00 2001 From: lkotipal Date: Mon, 12 Feb 2024 11:06:54 +0200 Subject: [PATCH] Set NUM_LID_ENTRIES so hypergraph works on current versions of Zoltan --- dccrg.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dccrg.hpp b/dccrg.hpp index 13ae334..1df05b5 100644 --- a/dccrg.hpp +++ b/dccrg.hpp @@ -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"); @@ -8014,8 +8014,7 @@ template < Zoltan_Set_HG_Size_Edge_Wts_Fn( this->zoltan, - &Dccrg< - Cell_Data, + &Dccrg5 Cell_Data, Geometry, std::tuple, std::tuple