pallassgj / bpipe

Automatically exported from code.google.com/p/bpipe
0 stars 1 forks source link

Bpipe should offer some way to control how many threads it will create #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently Bpipe will launch as many parallel stages as you feed it input files 
for parallel pipeline segments.  This isn't always appropriate or feasible.  
Bpipe should offer some kind of option to limit how many threads it will create.

Original issue reported on code.google.com by ssade...@gmail.com on 8 Feb 2012 at 1:51

GoogleCodeExporter commented 9 years ago
The bpipe 0.9 now supports a -n flag that limits the number of threads that 
Bpipe itself will support in a parallel stage. 

Original comment by ssade...@gmail.com on 17 Feb 2012 at 9:29