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

compile release version by Intel Fortran Compiler

PF59
Novice
1,231 Views

I compiled and generated an executable file using the Intel Fortran
Compiler.  I was able to run the executable file alone on my machine
(compiled the code). However, I sent the code to my colleague on her
machine, she got the following error messages when she execute the .exe
file:

"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."

 

I appreciate any help from any experts.

Thanks.

PF59

0 Kudos
1 Solution
PF59
Novice
1,220 Views

Steve,  It works.  I chose the alternate solution by choosing the Multithreaded and recompiled and the it works.  Thanks!!!

PF59

View solution in original post

0 Kudos
2 Replies
Steve_Lionel
Honored Contributor III
1,226 Views

Best solution - have your colleague install the redistributable package linked here.

Alternate solution - change your project property Fortran > Libraries > Use RunTime Library to "Multithreaded (/MT)", rebuild, and send the new EXE.

0 Kudos
PF59
Novice
1,221 Views

Steve,  It works.  I chose the alternate solution by choosing the Multithreaded and recompiled and the it works.  Thanks!!!

PF59

0 Kudos
Reply