Is there a specific isml redistributables dll

Is there a specific isml redistributables dll

Bild des Benutzers morgan.lecallet

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.

6 Beiträge / 0 neu
Letzter Beitrag
Nähere Informationen zur Compiler-Optimierung finden Sie in unserem Optimierungshinweis.
Bild des Benutzers mecej4

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.

Bild des Benutzers Steve Lionel (Intel)

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.

Steve
Bild des Benutzers morgan.lecallet

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

Bild des Benutzers Steve Lionel (Intel)

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.

Steve
Bild des Benutzers morgan.lecallet

ok thank you

Melden Sie sich an, um einen Kommentar zu hinterlassen.