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.
29280 Discussions

compile release version by Intel Fortran Compiler

PF59
Novice
2,251 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
2,240 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
2,246 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
2,241 Views

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

PF59

0 Kudos
Reply