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

Is there a specific isml redistributables dll

Le_Callet__Morgan_M
576 Views

Hello

We used to compile our Fortran  code against ISML (XE composer 2012 with IMSL)  and now we do not anymore.

We currently place the following dll in the folder where the application is installed:

libifcoremd.dll

libifportmd.dll

libmmd.dll

svml_dispmd.dll

libiomp5md.dll

 Is one of these dll specifically required to run the imsl code and therefore can be removed.

0 Kudos
5 Replies
mecej4
Honored Contributor III
576 Views

You can find out for yourself. Build an application that uses as many features of Intel Fortran as you anticipate you will ever need, short of making calls to IMSL routines. Run Dependency Walker on the application to find the list of DLLs needed. The ones not listed may be put into quarantine.

0 Kudos
Steven_L_Intel1
Employee
576 Views

None of those are IMSL DLLs - they are all from the compiler product.  mecej4 has good advice. Unless you use OpenMP, you can probably remove libiomp5md.dll.  The others you probably need.

0 Kudos
Le_Callet__Morgan_M
576 Views

Ok thank you.

Is there guidance as how best to install/distribute the redistributables or would you advice to always run the redistributable installation when installing an application using Intel Fortran

0 Kudos
Steven_L_Intel1
Employee
576 Views

We would generally advise using our redistributable installer - either the executable or the .msm if you are creating your own installer. And of course you'll also need Microsoft's for the Visual C++ DLLs. But do whatever your situation requires.

0 Kudos
Le_Callet__Morgan_M
576 Views

ok thank you

0 Kudos
Reply