Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: havarti on April 01, 2013, 02:07:52 pm
-
Hi
I work on a Windows XP SP3 platform. My program is computationally intensive, so I originally wanted to look into parallelizing it in order to take advantage of more than a single core (there's 4 in total). Before doing so, I wanted to ask if CodeBlocks offers a way of compiling the program "aggresively" such that the host running the program knows to utilize all cores available. Does my question make sense?
Thanks in advance.
-
Does my question make sense?
Of course no.
First read the rules, because you've skipped them and now you're violating them.
Second, read this http://wiki.codeblocks.org/index.php?title=FAQ-General#Q:_What_Code::Blocks_is_not.3F
Then read about threads/openmp/etc...