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

Compilation of the same code under Win and Linux with Intel Compiler

Kyriakos_S_
Beginner
225 Views

Hello,

I'm not sure if this is the proper forum to post on, so please excuse me if my question should have been posted elsewhere.

We are developing software that depends heavily on numerical computation and we want to use intel compiler to achieve a boost in our performance. So far, the platform we have been developing on is Linux.

We consider purchasing Intel® Parallel Studio XE 2015 Composer Edition for Linux and Windows.

My question is: Will the code that we compile on Linux using ICC with MKL and TBB also compile on Windows using the Win version of the aforementoned tools?

Thank you in advance,

Kyriakos

0 Kudos
1 Reply
TimP
Honored Contributor III
225 Views

I would certainly expect it to work.  If you have non-standard syntax which depends on gcc compatibility, that may have to change.

You can get 30-day free trial of these compilers.

0 Kudos
Reply