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?