- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Hi!
My App (I use static linking /MT with the follwing libs: libiomp5md.lib mkl_core.lib mkl_intel_thread.lib mkl_intel_c.lib mkl_solver.lib) won't execute claiming the above mentioned lib (DLL!!) is not available.
From my point of view, I don't use it anywhere?!
I use static linking to avoid all sorts of DLL-hell, and now I'm stuck with this...
Running dependency walker on my App also shows libiomp5md.dll missing.
I read some topics on the forum, but none of them could really help me. Anyone with a good idea?
thanks & regards,
My App (I use static linking /MT with the follwing libs: libiomp5md.lib mkl_core.lib mkl_intel_thread.lib mkl_intel_c.lib mkl_solver.lib) won't execute claiming the above mentioned lib (DLL!!) is not available.
From my point of view, I don't use it anywhere?!
I use static linking to avoid all sorts of DLL-hell, and now I'm stuck with this...
Running dependency walker on my App also shows libiomp5md.dll missing.
I read some topics on the forum, but none of them could really help me. Anyone with a good idea?
thanks & regards,
Link kopiert
4 Antworten
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Quoting - Perpf2000
Hi!
My App (I use static linking /MT with the follwing libs: libiomp5md.lib mkl_core.lib mkl_intel_thread.lib mkl_intel_c.lib mkl_solver.lib) won't execute claiming the above mentioned lib (DLL!!) is not available.
From my point of view, I don't use it anywhere?!
I use static linking to avoid all sorts of DLL-hell, and now I'm stuck with this...
Running dependency walker on my App also shows libiomp5md.dll missing.
I read some topics on the forum, but none of them could really help me. Anyone with a good idea?
thanks & regards,
My App (I use static linking /MT with the follwing libs: libiomp5md.lib mkl_core.lib mkl_intel_thread.lib mkl_intel_c.lib mkl_solver.lib) won't execute claiming the above mentioned lib (DLL!!) is not available.
From my point of view, I don't use it anywhere?!
I use static linking to avoid all sorts of DLL-hell, and now I'm stuck with this...
Running dependency walker on my App also shows libiomp5md.dll missing.
I read some topics on the forum, but none of them could really help me. Anyone with a good idea?
thanks & regards,
If you don't want the OpenMP library, you must choose the sequential rather than the thread library. You have also the static OpenMP library option in the Intel compilers; it's certainly not recommended when you are confused about .dll's, and possibly not recommended with CL.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Quoting - Perpf2000
Hi!
My App (I use static linking /MT with the follwing libs: libiomp5md.lib mkl_core.lib mkl_intel_thread.lib mkl_intel_c.lib mkl_solver.lib) won't execute claiming the above mentioned lib (DLL!!) is not available.
From my point of view, I don't use it anywhere?!
I use static linking to avoid all sorts of DLL-hell, and now I'm stuck with this...
Running dependency walker on my App also shows libiomp5md.dll missing.
I read some topics on the forum, but none of them could really help me. Anyone with a good idea?
thanks & regards,
My App (I use static linking /MT with the follwing libs: libiomp5md.lib mkl_core.lib mkl_intel_thread.lib mkl_intel_c.lib mkl_solver.lib) won't execute claiming the above mentioned lib (DLL!!) is not available.
From my point of view, I don't use it anywhere?!
I use static linking to avoid all sorts of DLL-hell, and now I'm stuck with this...
Running dependency walker on my App also shows libiomp5md.dll missing.
I read some topics on the forum, but none of them could really help me. Anyone with a good idea?
thanks & regards,
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Quoting - vmsi@erols.com
I have encountered the same problem with libiomp5md.dll not found when trying to execute a program which was compiled on a different computer. I tried /static and /libs:static and /MT when linking. The result was always the same. But, then I found a message which indicated that the static library equivalent to libiomp5md.dll is libiomp5mt.lib. So, I added this lib to the of my link command line and this solved the problem. Evidently, telling the compiler to link statically does not appear to be properly passed along to the linker, hence the problem.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Static libiomp5 has its own separate option for Intel compilers /Qopenmp-link:static
It's in the help file.
It's in the help file.
Antworten
Themen-Optionen
- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Drucker-Anzeigeseite