Author Topic: parallel computing  (Read 3811 times)

nmchien

  • Guest
parallel computing
« 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: parallel computing
« Reply #1 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: parallel computing
« Reply #2 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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."