Skip to content
Snippets Groups Projects
Commit 17e1a76c authored by Marco van Oort's avatar Marco van Oort
Browse files

Update default options

parent 77785744
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ char* GetDefaultOptionText() {
"Partitioner mondriaan \n"
"Metric lambda1 \n"
"Discard_Free_Nets yes \n"
"Zero_Volume_Search no \n"
"Zero_Volume_Search yes \n"
"Improve_Free_Nonzeros yes \n"
"CheckUpperBound yes \n"
"SquareMatrix_DistributeVectorsEqual no \n"
......
......@@ -9,16 +9,20 @@ Metric lambda1
Discard_Free_Nets yes
Zero_Volume_Search no
Improve_Free_Nonzeros no
CheckUpperBound no
SquareMatrix_DistributeVectorsEqual no
SquareMatrix_DistributeVectorsEqual_AddDummies yes
SymmetricMatrix_UseSingleEntry no
SymmetricMatrix_SingleEntryType lower
Coarsening_NrVertices 200
Coarsening_MaxCoarsenings 128
Coarsening_NrMatchArbitrary 0
Coarsening_MaxNrVtxInMatch 2
Coarsening_StopRatio 0.05
Coarsening_VtxMaxFractionOfWeight 0.2
Coarsening_MatchingStrategy inproduct
Coarsening_MatchingATAMatcher pga
Coarsening_MatchingATAFinder inproduct
Coarsening_InprodMatchingOrder decrwgt
Coarsening_FineSwitchLevel 2
Coarsening_NetScaling linear
......@@ -29,6 +33,7 @@ KLFM_InitPart_MaxNrLoops 25
KLFM_InitPart_MaxNrNoGainMoves 200
KLFM_Refine_MaxNrLoops 25
KLFM_Refine_MaxNrNoGainMoves 200
Iterative_Refinement never
VectorPartition_Step3 random
VectorPartition_MaxNrLoops 10
VectorPartition_MaxNrGreedyImproves 10
......@@ -37,4 +42,3 @@ OutputMode original
Seed 99
Permute none
EnforceSymmetricPermutation no
Iterative_Refinement never
......@@ -7,7 +7,9 @@ SplitMethod KLFM
Partitioner mondriaan
Metric lambda1
Discard_Free_Nets yes
Improve_Free_Nonzeros no
Zero_Volume_Search yes
Improve_Free_Nonzeros yes
CheckUpperBound yes
SquareMatrix_DistributeVectorsEqual no
SquareMatrix_DistributeVectorsEqual_AddDummies yes
SymmetricMatrix_UseSingleEntry no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment