- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok thank you

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page