Could anyone tell how to build a parallel program in Code::Blocks?
Usually with C++, we have to use something like MPI to implement a parallel computation. What do we have with C::B to support parallel builds?
Thanks a great deal.
Someone tried using distcc and modified Code::Blocks; I can not remember if it worked well or not.
Tim S
Code::Blocks supports local parallel builds natively, and can do cluster builds via uniwin+distcc if need be.