Skip to content

Commit

Permalink
Updating to the latest GKlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
karypis committed Nov 27, 2020
1 parent 2200880 commit 6b97259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GKlib
Submodule GKlib updated 2 files
+3 −2 test/CMakeLists.txt
+266 −0 test/gkuniq.c
1 change: 1 addition & 0 deletions libmetis/kmetis.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ void InitKWayPartitioning(ctrl_t *ctrl, graph_t *graph)
options[METIS_OPTION_NO2HOP] = ctrl->no2hop;
options[METIS_OPTION_ONDISK] = ctrl->ondisk;
options[METIS_OPTION_DROPEDGES] = ctrl->dropedges;
//options[METIS_OPTION_DBGLVL] = ctrl->dbglvl;

ubvec = rmalloc(graph->ncon, "InitKWayPartitioning: ubvec");
for (i=0; i<graph->ncon; i++)
Expand Down

0 comments on commit 6b97259

Please sign in to comment.