Which number of processes will give me the best performance ?

Posted by Maarten on Stack Overflow See other posts from Stack Overflow or by Maarten
Published on 2010-06-13T20:43:42Z Indexed on 2010/06/13 20:52 UTC
Read the original article Hit count: 365

I am doing some expensive caluations right now. It is one programm, which I run several instances of at the same time. I am running them under linux on a machine with 4 cpus with 6 cores each. The cpus are Intel Xeon X5660, which support hyper thearting. (That's some insane hardware, huh?) Right now I am running 24 processes at once. Would it be better to run more, b/c of HT ?

© Stack Overflow or respective owner

Related posts about multithreading

Related posts about cluster-computing