Subj : Running two pthreads with dual processors To : comp.programming.threads From : D'artagnan Date : Wed Feb 23 2005 07:42 pm I am working with a Linux cluster, each node has 2 Intel 2.0GHz processors. The interconnect is a Myrinet switch. My questions is, if I develop an application with two Pthreads, how do I control such that the two threads running on different processors? My current statistics show that only one processor is used, the other one is 99% idle. I am using RedHat (Linux 2.4) and I don't have NPTL. Thanks. .