- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recently purchased Visual Fortran XE Composer 2013 and got MKL_FREEBUFFERS while compiling my code.
The problem did not occur when I used the earlier Visual Fortran compiler.
Any help would be greatly appreciated.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It has always been MKL_FREE_BUFFERS. Is this what you used?
If this does not solve your problem, would you share a code sample that worked before but failed after the recent upgrade?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>...I recently purchased Visual Fortran XE Composer 2013 and got MKL_FREEBUFFERS while compiling my code.
I assume you're dealing with compilation error ( Not runtime ). Is that correct?
In mkl_service.f90 file it is declared as follows:
...
INTERFACE
SUBROUTINE MKL_FREE_BUFFERS()
END
END INTERFACE
...

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