Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
1392 Discussions

Issues in generating stand-alone release fortran executable file compiled by Intel Fortran Compiler

PF59
Novice
2,421 Views

I generated a stand-alone executable file (release) using the Intel Fortran Compiler-Windows.  When I ran the executable file on another PC, it created the following errors:

"The code execution cannot proceed because libmmd.dll was not found.
Reinstalling the program may fix this problem."
"The code execution cannot proceed because svml_dispmd.dl was not found.
Reinstalling the program may fix this problem."
"The code execution cannot proceed because libifcoremd.dll was not found.
Reinstalling the program may fix this problem."


The stand-alone executable file runs well on  my machine (compiled the code).  But it does not run on another PC with the above error messages. 

Any ideas how to fix the errors?

Thanks.

PF59

 
0 Kudos
1 Reply
CHobbs1
New Contributor I
1,987 Views

What environment did you compile the code in?  If it was on the command line, then using the switches /libs:static /threads /dbglibs worked for me.  

0 Kudos
Reply