On Thu, 04 Aug 2011 16:28:41 +0100, Darac Marjal wrote:

> On Thu, Aug 04, 2011 at 10:23:08PM +0800, lina wrote:
>> Thanks for suggestions,
>> 
>> Actually I got a job which contains several small jobs inside.
>> 
>> if run the bash script, it will do those one by one and it is pretty
>> slow, waiting ...
>> 
>> I can run each small jobs separately, but use a bash script kind of
>> easy to make some changes in amount and manage.
>> 
>> I just wonder are there some simple way to do it?
> 
> What you could try is converting your bash script to a makefile, you can
> then let make do the work of parallelizing your jobs with "make -j 8 -f
> yourmakefile".

That's a clever use of make. Wish I'd thought of that!



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/j1ee5l$h6s$1...@dough.gmane.org

Reply via email to