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

Intel Fortran exe-modul on PC without Intel Fortan composer

Reidar_L_
Beginner
366 Views

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

0 Kudos
2 Replies
mecej4
Honored Contributor III
366 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 .

0 Kudos
andrew_4619
Honored Contributor II
366 Views

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

0 Kudos
Reply