Here is what i did
1) Go to Tools-> Options, than in the "Project and Solutions" → "Build and Run" section for me was the number of cores. Although at first I thought that was all I needed, but it wasn’t
2) Right-click on your project and select properties. In the section "Configuration Properties" → "C / C ++" → "Command Prompt", enter /MP4 , where 4 is the number of kernels that you have. You will receive a warning that the flags are not compatible, so we have one more step
3) Go to "Configuration Properties" → "C / C ++" → "Code Generation" is "Enable Minimal Restructuring". Change it to.
Restore, and you should see several CL processes in your task manager.
user34537 Apr 11 '12 at 7:40 2012-04-11 07:40
source share