Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Avisos
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Is there a specific isml redistributables dll

Le_Callet__Morgan_M
Principiante
733 Vistas

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 Respuestas
mecej4
Colaborador Distinguido III
733 Vistas

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.

Steven_L_Intel1
Empleados
733 Vistas

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.

Le_Callet__Morgan_M
Principiante
733 Vistas

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

Steven_L_Intel1
Empleados
733 Vistas

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.

Le_Callet__Morgan_M
Principiante
733 Vistas

ok thank you

Responder