Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

What is the easiest way to convert from intel windows fortran to intel linux fortran

bwilt
Beginner
433 Views
i had a quick question. i have an intel fortran application i currently compile with intel fortran 11.0 within visual studio 2008. i want to try the same application on linux and have downloaded/installed an evaluation fortran 11.0 for linux.

what is the easiest way to take my windows intel fortran project to the linux platform? i have researched but did not find much. i did read about eclipse, cmake, etc, but not sure exactly what to do. is there any compatibilty between the intel windows fortran project and an intel linux project?

thanks for any suggestions you make have!
0 Kudos
1 Reply
TimP
Honored Contributor III
433 Views
Extracting information from a visual studio project for use in another OS will not be easy. The easiest way to make a project work in both Windows and linux is to use gnu make. That hasn't achieved much popularity, even though all the tools are supported in cygwin and mingw.
0 Kudos
Reply