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

Need a feature list for Fortran Composer for Linux

Mark_Hausman
Beginner
417 Views

Greetings, experts.

I need a Fortran compiler for 64-bit Linux that can create statically-linked executables and supports OpenMP.  I am considering purchasing Intel Fortran Composer XE, but I can't find answers on Intel's website to these important questions:

Does the Linux version of ifort support all the same code and compiler options as the Windows version?  In particular, can it compile statically-linked OpenMP executables (or allow the redistribution of any shared objects required to support OpenMP)?

Does it come with an IDE? If not (which would be absolutely inexcusable), can it be easily integrated into a familiar open-source IDE such as Netbeans or Eclipse?

My developing environment is a virtual Linux machine (I have both Ubuntu and CentOS available) running atop a Windows 7 host machine (via Oracle VirtualBox).  Is there anything in Intel's Linux licensing policy that would object to this?

0 Kudos
3 Replies
Steven_L_Intel1
Employee
417 Views

Static linking of the OpenMP library is still available on Linux, but it is not the default. We allow royalty-free, unlimited redistribution of our shared objects.

We don't provide an IDE. Many users who want an IDE use Eclipse (with the Photran Fortran Development Tool). Code.Blocks is another popular choice.

We have no issue with virtual machines, but we don't test them so if a VM creates a problem for you, our response may be limited.

0 Kudos
Mark_Hausman
Beginner
417 Views

Thanks for your reply, Steve.

I reckon I will attempt to install the trial version and see how it goes.  Aside from the time limit, does it lack any functionality of the full product?

Mark H.

0 Kudos
Steven_L_Intel1
Employee
417 Views

Nope - same functionality. Only the license is different.

0 Kudos
Reply