Skip to content
Snippets Groups Projects
Commit 092f82b0 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Set the correct default for use_fixed_costs

parent 61ca8f92
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment