Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
1696 Discussions

How can I compile in Linux what I have done in Windows (Visual Studio)

jose-maria-gomez-ver
375 Views
I usually make software en Windows because I have more tools to tune my applications. But most of them are at the end living in a Linux machine. Till now, what I usally do, is to create a Makefile in linux and change that when I add some files, libraries, or whatever...

But now, I am using Intel compiler in windows and in linux. Is there anyway to take the comand line from Visual Studio to copy and paste in the Linux machine?

I guess that, keeping in mind that the compiler is supposed to be the same.. the same parameters in windows should work in linux as well, isnt it.?

Thanks ...
0 Kudos
1 Reply
Thomas_W_Intel
Employee
375 Views

The options for the Intel compilerdiffer between Windows and Linux, but the compiler documentation lists the mapping of the options between the platforms.

You may also want to check out this thread in the compiler forum.

0 Kudos
Reply