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

Run an application compiled in one computer in others computers

antonio_astillero
405 Views

Dear all,

I have installed the Intel Fortran Compiler for Linux 10.1 on my desktop and everything is OK. I have compilled and run applications well. I would like to run applications compilled on my desktop (where the compiler is installed) on others computers where the compiler is not installed (maybe computers on the grid or on the internet). What can I do? I do not know whether I have to use some special compiler option or something like that ... Thanks in advance.

0 Kudos
2 Replies
TimP
Honored Contributor III
405 Views
The option -static-intel links in static versions of the libraries furnished with Intel compilers. Otherwise, a copy of each such library would have to be present in order to run. 'ldd yourexecutable' will show you which dynamic libraries are used, including those provided by linux and those in the ifort /lib/ directory.
0 Kudos
antonio_astillero
405 Views
Thank you very much for the information.
0 Kudos
Reply