I am using Intel Fortran XE 2011 on a Windows 7 64-bit machine in Microsoft Visual Studio 2010.The machine has an 8 core Intel i7 processor.When compiling MFC Visual C++ code I use the /MP compile option, which splits the compilation successfully over the 8 cores and results in a much faster compilation.I noticed in the Intel Fortran user guide that there is a similar option for Fortran compilation. However it appears to have no effect. Only 1 instance of ifort is ever created and the compile time is no different to when I was not using the /MP option.I know the /MP option is recognised by the compiler because when I tried using /mp instead it didn't recognise the option.Is there anything else I need to set to take advantage of the /MP option and the 8 cores available for compilation?Any help greatfully accepted, thanks.
Multi-processor compile option (/MP) not working
For more complete information about compiler optimizations, see our Optimization Notice.



