Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mondriaan
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bisseling, R.H. (Rob)
mondriaan
Commits
17e1a76c
Commit
17e1a76c
authored
7 years ago
by
Marco van Oort
Browse files
Options
Downloads
Patches
Plain Diff
Update default options
parent
77785744
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Options.c
+1
-1
1 addition, 1 deletion
src/Options.c
tests/Mondriaan.defaults
+5
-1
5 additions, 1 deletion
tests/Mondriaan.defaults
tools/Mondriaan.defaults
+3
-1
3 additions, 1 deletion
tools/Mondriaan.defaults
with
9 additions
and
3 deletions
src/Options.c
+
1
−
1
View file @
17e1a76c
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
tests/Mondriaan.defaults
+
5
−
1
View file @
17e1a76c
...
...
@@ -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
This diff is collapsed.
Click to expand it.
tools/Mondriaan.defaults
+
3
−
1
View file @
17e1a76c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment