Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29275 Discussions

How in a WIN to compile the FORTRAN program for calculation on the LINUX computer?

Vladislav_Galkin
Beginner
450 Views

Hello,
How in a WIN to compile the FORTRAN program for calculation on the LINUX computer?
Thanks!
Vladislav

0 Kudos
2 Replies
Anonymous66
Valued Contributor I
450 Views
Hello Vladislav, Our Windows compiler does not support compiling for linux. If you want to compile to run on linux, you should use the linux compiler - Intel® Fortran Composer XE 2013 for Linux* Regards, Annalee Intel Developer Support
0 Kudos
jimdempseyatthecove
Honored Contributor III
450 Views
Windows has, or you can install, a feature to run a Virtual PC. You can boot Linux inside the Virtual PC (you may require an extra partition or HD for this purpose). Install Linux and tools (Intel Fortran Composer XE 2013 for Linux*, and/or gcc). Do your Linux builds in the Virtual PC (you can mount/share disk volumes between the O/S's) Jim Dempsey
0 Kudos
Reply