Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Redistribution of DLL's

basel
Beginner
554 Views
Hi,

We have recently purchased an Intel Compiler license for ifort and icl and we would like to put our software as a DLL on our public web site so that everybody can download the software from our research group.

Our precompiled software needs the threading library libiom5md.dll from Intel. My questions are:

1. Can we redistribute the libiom5md.dll?
2. Can we put the libiom5md.dll library also on our public webpage for public download?

Thanks,
Olaf
0 Kudos
4 Replies
Om_S_Intel
Employee
554 Views

I did not find libiom5md.dll. Did you mean libiomp5md.dll?


The answer to both of your questions is yes. You may distribute libiomp5md.dll. You may read the article http://software.intel.com/en-us/articles/distributing-library-files/ for further help.

0 Kudos
kfsone
New Contributor I
554 Views
That list does not include libiomp5*.dll
0 Kudos
TimP
Honored Contributor III
554 Views
For the current compilers, there's a separate download of redistributable libraries on registrationcenter.intel.com, which should include it.
0 Kudos
JenniferJ
Moderator
554 Views
0 Kudos
Reply