Go to the documentation of this file.
16 #define GLOBAL_DBGLVL 0
17 #define GLOBAL_SEED 15
19 #define MC_FLOW_BALANCE_THRESHOLD 0.2
20 #define MOC_GD_GRANULARITY_FACTOR 1.0
21 #define RIP_SPLIT_FACTOR 8
22 #define MAX_NPARTS_MULTIPLIER 20
24 #define STATIC_PARTITION 1
25 #define ADAPTIVE_PARTITION 2
26 #define REFINE_PARTITION 3
27 #define MESH_PARTITION 4
29 #define REDIST_WGT 2.0
30 #define MAXNVWGT_FACTOR 2.0
34 #define N_MOC_REDO_PASSES 10
35 #define N_MOC_GR_PASSES 8
36 #define NREMAP_PASSES 8
37 #define N_MOC_GD_PASSES 6
38 #define N_MOC_BAL_PASSES 4
39 #define NMATCH_PASSES 4
44 #define MAX_NCON_FOR_DIFFUSION 2
45 #define SMALLGRAPH 10000
47 #define LTERM (void **) 0
51 #define OPTION_IPART 1
52 #define OPTION_FOLDF 2
53 #define OPTION_DBGLVL 3
55 #define PMV3_OPTION_DBGLVL 1
56 #define PMV3_OPTION_SEED 2
57 #define PMV3_OPTION_IPART 3
58 #define PMV3_OPTION_PSR 3
68 #define MAYBE_MATCHED -2
72 #define HTABLE_EMPTY -1
78 #define SMALLFLOAT 0.00001
80 #define KEEP_BIT ((idxtype)(1<<((sizeof(idxtype)*8)-2)))
83 #define MAX_NPARTS 67108864
85 #define COARSEN_FRACTION 0.75
86 #define COARSEN_FRACTION2 0.55
87 #define UNBALANCE_FRACTION 1.05
88 #define ORDER_UNBALANCE_FRACTION 1.05
90 #define MAXVWGT_FACTOR 1.4
93 #define MATCH_GLOBAL 2
98 #define DBG_PROGRESS 4
99 #define DBG_REFINEINFO 8
100 #define DBG_MATCHINFO 16
101 #define DBG_RMOVEINFO 32