Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

/MP has no effect anymore ?

romant73
Beginner
371 Views

Hi All,

ICC version I'm using is 13.1.1.171. My project contains /MP switch that makes MSVC compile multiple files in parallel, however, ICC compiles files sequentially regardless the /MP switch (it is documented that ICC is aware of /MP though). Is it a bug or what ?

Thanks in advance.

0 Kudos
3 Replies
Marián__VooDooMan__M
New Contributor II
371 Views

yes, this is known issue and Intel engineers know about this bug, it has been reported and discussed on this forum already.

0 Kudos
JenniferJ
Moderator
371 Views

The issue with /MP should have been fixed in version : 13.1.1.171

On Linux, -MP has different meaning. You should use below instead:

-multiple-processes[=n]

Jennifer

 

0 Kudos
romant73
Beginner
371 Views

Jennifer,

I'm using 13.1.1.171 on Windows, /MP has no effect at all.

0 Kudos
Reply