Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
092f82b0
Commit
092f82b0
authored
Jan 30, 2019
by
Peter W. Draper
Browse files
Set the correct default for use_fixed_costs
parent
61ca8f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/parameter_example.yml
View file @
092f82b0
...
...
@@ -160,7 +160,7 @@ DomainDecomposition:
adaptive
:
1
# Use adaptive repartition when ParMETIS is available, otherwise simple refinement.
itr
:
100
# When adaptive defines the ratio of inter node communication time to data redistribution time, in the range 0.00001 to 10000000.0.
# Lower values give less data movement during redistributions, at the cost of global balance which may require more communication.
use_fixed_costs
:
1
# If 1 then use any compiled in fixed costs for
use_fixed_costs
:
0
# If 1 then use any compiled in fixed costs for
# task weights in first repartition, if 0 only use task timings, if > 1 only use
# fixed costs, unless none are available.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment