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

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

Description

@zhiyuan8

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions