smallConf: changing evenLineDistribution to False
Changing default here, since a generic version of even line distribution is not yet implemented. Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
2eb92b755a
commit
207ff42348
|
@ -42,7 +42,7 @@ numJobs = -1
|
|||
|
||||
# distribute rows/columns evenly between validators (True)
|
||||
# or generate it using local randomness (False)
|
||||
evenLineDistribution = True
|
||||
evenLineDistribution = False
|
||||
|
||||
# Number of simulation runs with the same parameters for statistical relevance
|
||||
runs = range(3)
|
||||
|
|
Loading…
Reference in New Issue