[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: thread issue



Am 04.08.2011 15:12, schrieb lina:
> Hi,
> 
> I noticed when make -j 8, the 8 cores can be fully occupied.
> 
> can I use some way to enable 8 cores at the same time when I run
> something, such as a bash script?

Hard to say as it depends on the software you are running. On shell
scripts you might can do it by intelligent forking of processes doing
the single tasks.
Other applications do need to support multi threading in most cases
already inside source code.

Cheers,
Frank


Reply to: