Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

dbglvl choice for option does not give me debugging information #67

Open
zhiyuan8 opened this issue Nov 6, 2019 · 0 comments
Open

dbglvl choice for option does not give me debugging information #67

zhiyuan8 opened this issue Nov 6, 2019 · 0 comments

Comments

@zhiyuan8
Copy link

zhiyuan8 commented Nov 6, 2019

I really appreciate your help and reply! Thank you a lot in advance!
I follow your manual and set:

  options = MetisOptions(ncuts=2, niter=100, dbglvl=1)
  edge_cost, METIS_partition = nxmetis.partition(G=METIS_graph, nparts=2, node_weight='weight', edge_weight='weight', options=options)

I also tried other dbglvl values, such as 2,4,8,16,32,64,128,256. Unfortunately, nothing is printed. I am doing a 1-step bisection partitioning and my graph has both edge and node weight. I need 'dbglvl' to show details of partitioning. Could you please let me know why dbglvl does not work as expected?

Thanks a lot!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant