Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

cross-compilation

kazue_m_
Beginner
481 Views

I would like to buy Parallel Studio XE if cross-compilation is possible.
I generate execution modules of 2 GB or more.
I actually compiled on Linux. And I confirmed that it is possible.
However, I need to do the execution on windous. Is this possible? I tried various options. However, good results were not obtained.
Please tell me whether it is possible or impossible. If you can, please let me know the procedure.
Thank you.

0 Kudos
1 Reply
TimP
Honored Contributor III
481 Views

No, Intel compiler products don't support compiling on linux for Windows target, although that is a frequent usage of gnu compilers, and was also an intended usage of Wine.  I believe there no longer is compilation on 32-bit Windows for 64-bit Windows target.

Depending on your needs, it is possible to run Intel compilers with cygwin or similar framework so as to have a posix scripted build setup.

0 Kudos
Reply