Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: nmchien on October 06, 2008, 05:43:24 pm

Title: parallel computing
Post by: nmchien on October 06, 2008, 05:43:24 pm
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.
Title: Re: parallel computing
Post by: stahta01 on October 06, 2008, 07:13:06 pm
Someone tried using distcc and modified Code::Blocks; I can not remember if it worked well or not.

Tim S
Title: Re: parallel computing
Post by: thomas on October 06, 2008, 07:35:17 pm
Code::Blocks supports local parallel builds natively, and can do cluster builds via uniwin+distcc if need be.