Small tweak.
This commit is contained in:
+2
-2
@@ -177,11 +177,11 @@ bool DistributedKde<DistributedTableType>::ConstructBoostVariableMap_(
|
||||
"The size of the memory mapped file."
|
||||
)(
|
||||
"max_num_levels_to_serialize_in",
|
||||
boost::program_options::value<int>()->default_value(20),
|
||||
boost::program_options::value<int>()->default_value(15),
|
||||
"The number of levels of subtrees to serialize at a given moment."
|
||||
)(
|
||||
"max_num_work_to_dequeue_per_stage_in",
|
||||
boost::program_options::value<int>()->default_value(1),
|
||||
boost::program_options::value<int>()->default_value(5),
|
||||
"The number of work items to dequeue per process."
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user