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

libiomp5md.dll is missing

markusda
Beginner
1,257 Views

Hello,

when i try to run the .exe of my fortran-project, on a computer without visual studio, i get the error: libiomp5md.dll is missing

Is there a way to build the .exe statically?

I tried to put  /Qopenmp-link:static under Fortran > Command Line > Additional Options, but the dependency still is there.

visual studio 2010

intel composer XE 2013

win7 64 bit

Thank you.

0 Kudos
3 Replies
onkelhotte
New Contributor II
1,257 Views

You have to install the redistributable files of IVF on the target machine. On the other hand you can copy the libiomp5md.dll (and any other missing dll) from IVF into your executable folder.

0 Kudos
markusda
Beginner
1,257 Views

Thanks for your reply. That would work.

But isn't there any way to build the .exe statically?

0 Kudos
Anonymous66
Valued Contributor I
1,257 Views

We no longer offer static openmp libraries. See here for more information.

Annalee

0 Kudos
Reply