Intel® Fortran Compiler 16.0 User and Reference Guide
When you deploy your application to systems that do not have the Intel® Fortran Compiler installed, you need to redistribute certain Intel® libraries to which your application is linked. You can do so in one of the following ways:
Statically link your application.
An application built with statically-linked libraries eliminates the need to distribute runtime libraries with the application executable. By linking the application to the static libraries, you are not dependent on the Intel® Fortran or Intel® C/C++ dynamic shared libraries.
Dynamically link your application.
If you must build your application with dynamically linked (or shared) compiler libraries, you should address the following concerns:
You must build your application with shared or dynamic libraries that are redistributable.
Note the directory where the redistributables are installed and how the OS finds them.
You should determine which shared or dynamic libraries your application needs.
The information here is only introductory. See the Intel® Developer Zone articles at http://software.intel.com (search for "redistributable libraries") for everything you need to know to redistribute these libraries.
Redistribution of Application Binaries Built for Microsoft* Windows* http://software.intel.com/en-us/articles/redistribution-of-application-binaries-built-for-microsoft-windows
Redistribution of Application Binaries Built for Linux* (http://software.intel.com/en-us/articles/redistribution-of-application-binaries-built-for-linux
Redistribution of Application Binaries Built for OS X* (http://software.intel.com/en-us/articles/redistribution-of-application-binaries-built-for-mac-os-x
The redistributable library installation package is available at:
Redistributable libraries for the Intel® Parallel Studio XE Composer Edition for C++ and Fortran Windows* http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-visual-fortran-composer-xe-for-windows
Redistributable libraries for the Intel® Parallel Studio XE Composer Edition for C++ and Fortran Linux* (http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-fortran-composer-xe-for-linux
Redistributable libraries for the Intel® Paralllel Studio XE Composer Edition for C++ and Fortran OS X* http://software.intel.com/en-us/articles/redistributable-libraries-for-the-intel-c-and-fortran-composer-xe-for-mac-os-x