Skip to content

Commit b66d383

Browse files
committed
put back the n_procs docs
1 parent b209671 commit b66d383

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/users/plugins.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ To distribute processing on a multicore machine, simply call::
7878

7979
workflow.run(plugin='MultiProc')
8080

81+
This will use all available CPUs. If on the other hand you would like to restrict
82+
the number of used resources (to say 2 CPUs), you can call::
83+
84+
workflow.run(plugin='MultiProc', plugin_args={'n_procs' : 2}
85+
8186
IPython
8287
-------
8388

0 commit comments

Comments
 (0)