Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
27659 Discussions

Intel Fortran exe-modul on PC without Intel Fortan composer

Reidar_L_
Beginner
169 Views

How to get an Intel Fortran exe-modul executable on PC:s without Intel Fortran Composer ?

0 Kudos
2 Replies
mecej4
Black Belt
169 Views

An EXE built with IFort needs a number of DLLs to run. These DLLs are usually not present on a PC that does not have compiler packages installed. Some of these DLLs are from Intel, and others are from Visual C++. The simplest way to provide these DLLs on the target PC is to download and install the compiler redistributables package: https://software.intel.com/en-us/articles/intel-composer-redistributable-libraries-by-version .

andrew_4619
Honored Contributor II
169 Views

with certain build options you can avoid dependencies (static libs and no parallel for example) so you don't need the redistributables.

Reply