Author Topic: how to compile with 4 processors??  (Read 3473 times)

Offline idhan

  • Multiple posting newcomer
  • *
  • Posts: 26
how to compile with 4 processors??
« on: March 12, 2007, 10:26:21 pm »
Hi,

I am trying code::blocks.. and I want to compile taking advantage of my 4 processors.. so, on Kdevelop I have a option to run 4 job simultaneously (or so many I want). The compile process is really fast on kdevelop. But on code::blocks only compile one cpp file after other.. How can I compile more jobs simultaneously??? Do I have any setting on code::block to do that????

thanks for you help..
« Last Edit: March 12, 2007, 10:52:34 pm by idhan »

Offline Xaviou

  • Regular
  • ***
  • Posts: 413
    • X@v's wxStuff
Re: how to compile with 4 processors??
« Reply #1 on: March 13, 2007, 12:27:50 am »
Hi

Go to "Settings" / "Compiler and Debugger Settings"
in the "global compiler settings" section, select "Other settings" in the listbox, and you can enter the number of processes for parallels build.
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline idhan

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: how to compile with 4 processors??
« Reply #2 on: March 13, 2007, 01:23:41 am »
thanks a lot :-)