How to compile 64-bit version of Intel Cilk Plus program on 32-bit?

How to compile 64-bit version of Intel Cilk Plus program on 32-bit?

magicdream's picture

I have 32-bit Intel Compiler on my developer computer. Now I want to compile Intel Cilk Plus program on 64-bit architecture. How I can do this? Intel Compiler installs only one version of compiler for my 32-bit OS. I dont want to install 64-bit compiler on remote computer.

4 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
magicdream's picture

If i try -m64 option, I get "Unsupported machine model: GLOB_MACHINE_MODEL_EFI2" error.

Barry Tannenbaum (Intel)'s picture

What OS are you working on?

- Barry

magicdream's picture

Ubuntu 10.10. Now I solved this problem by installing ICPC on remote x64 computer as user install.

Login to leave a comment.