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

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

Vladislav Galkin's picture

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

3 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
Annalee (Intel)'s picture

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

jimdempseyatthecove's picture

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

Blog: The Parallel Void

www.quickthreadprogramming.com

Login to leave a comment.