Document object prepare and object run parallelization.
This commit is contained in:
parent
e774fc2b2a
commit
e32f2110ab
4 changed files with 12 additions and 6 deletions
|
|
@ -127,8 +127,9 @@ def get_parsers():
|
|||
parser['config_main'].add_argument(
|
||||
'-j', '--jobs', nargs='?',
|
||||
type=check_positive_int,
|
||||
help=('Specify the maximum number of parallel jobs, currently '
|
||||
'only global explorers are supported'),
|
||||
help=('Specify the maximum number of parallel jobs. Global'
|
||||
'explorers, object prepare and object run are supported'
|
||||
'(currently in beta'),
|
||||
action='store', dest='jobs',
|
||||
const=multiprocessing.cpu_count())
|
||||
parser['config_main'].add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue