- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to get an Intel Fortran exe-modul executable on PC:s without Intel Fortran Composer ?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
with certain build options you can avoid dependencies (static libs and no parallel for example) so you don't need the redistributables.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page