- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
We have seen an increase in the file size of an executable of almost a factor of two (from 18Mb to 36Mb), when chaning from the intel compiler version 16.3 to 18.3.
My suspecition is the embeded IMKL library. We include the MKL library but try to limit it to only the double precision versions by this:
USE MKL_DFTI, FORGET=>DFTI_SINGLE, DFTI_SINGLE=>DFTI_SINGLE_R
As recommended in the documentation.
When compiling with 16.3 the size is 18.8Mb/31.6Mb (with/without the FORGET part).
When compiling with 18.3 the size is 36.0Mb/38.4Mb (with/without the FORGET part).
Is this expected behaviour?
Brgds
Lars
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe ask in the MKL forum? I don’t quite get why so many MKL-specific questions get asked in the Fortran section.

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