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

Build application that does not require libifcoremd.dll as an additional file for distribution?

Eric_L_3
Beginner
254 Views

I have installed the distribution libraries.  However, depends.exe states that the application still depends on libifcoremd.dll.  Is there a way for the user to siomply receive and run an exe withtout also having libifcoremd.dll.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
254 Views

libifcoremd,dll is installed as part of the redistributables, but sometimes I find I need to log out and in again for Windows to pick up updates to PATH.

You can set the project property Fortran > Libraries > Use Run-Time Library to "Multithreaded" (not "Multithread DLL"), This will use static libraries for MOST things, but OpenMP and coarray support is DLL-only.

0 Kudos
Reply