Intel Fortran for Linux - run executables anywhere?

  • Follow


If I have two otherwise identical Linux servers, and only one
has the Intel Fortran compiler (Intel Fortran Composer XE),
can I compile on the one with the compiler and run on the
other (that doesn't have the compiler)?

In other words, does the executable depend on libraries that
are only available on servers with the compiler installed?

-- 
Dale Dellutri <ddelQQQlutr@panQQQix.com> (lose the Q's)
0
Reply ddelQQQlutr (156) 1/19/2012 4:04:06 PM

On 1/19/2012 11:04 AM, Dale Dellutri wrote:
> If I have two otherwise identical Linux servers, and only one
> has the Intel Fortran compiler (Intel Fortran Composer XE),
> can I compile on the one with the compiler and run on the
> other (that doesn't have the compiler)?
>
> In other words, does the executable depend on libraries that
> are only available on servers with the compiler installed?
>
You have choices, including static linking, or the redistributable library
http://software.intel.com/en-us/articles/faq-intel-parallel-composer-redistributable-package/?wapkw=%28redistributable+license%29

Note the licensing requirements for distribution of applications built 
with Intel static or redistributable libraries.

-- 
Tim Prince
0
Reply tprince8714 (291) 1/19/2012 4:08:15 PM


1 Replies
126 Views

(page loaded in 0.035 seconds)

Similiar Articles:













7/23/2012 12:54:00 PM


Reply: