Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

libifportMD.dll is missing

Emmanuel_S_
Beginner
2,560 Views

Hi, 

I am completely new to visual fortran. 

Every time I restart my computer and try to run my compiled program, it says libifportMD.dll is missing. There are no issues with compiling the program. 

If I uninstall the intel fortran compiler and then reinstall it again, the problem goes away. But, if I restart my computer the problem returns. 

Any ideas?

 

 

0 Kudos
1 Reply
Steven_L_Intel1
Employee
2,560 Views

This DLL is placed in C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\ia32\compiler (and also C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64\compiler for the 64-bit version) First, look to see if the DLL is there when you see the problem. Maybe you have some software running that deletes it.

The next thing is to look at the definition of the PATH environment variable. It should include these directories. It could be that if your PATH definition is too long, Windows can arbitrarily corrupt it.

0 Kudos
Reply