Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

MKL_FREEBUFFERS error

Ben_S_
Beginner
378 Views

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.

0 Kudos
2 Replies
Zhang_Z_Intel
Employee
378 Views

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?

0 Kudos
SergeyKostrov
Valued Contributor II
378 Views
>>...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 ...
0 Kudos
Reply