Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

mkl95_blas module

abhimodak
New Contributor I
1,005 Views

Hi 

In the XE 2015 install, I don't see the module files mkl95_blas.mod, mkl95_lapack.mod in the installdir/mkl/include/plaform. These files were there for XE 2013 SP1. Now, I see onlt blas95.mod and lapack95.mod.

Abhi

0 Kudos
2 Replies
mecej4
Honored Contributor III
1,005 Views

As far as I can tell, the new and simplified names of the module files do not create any problems. You can, of course, rename/copy the module files and give the copies the old names. For details, and for a list of differences between the Netlib versions of the Fortran-95 interfaces and the MKL versions, see the MKL User Guide, in the section "Interface Libraries and Modules" under "Language-specific Usage Options".

0 Kudos
abhimodak
New Contributor I
1,005 Views

Thanks mecej4. I did exactly that.

For whatever it is worth:-

(1) I can confirm that changing "use mkl95_blas" to "use blas95" works (as expected).

(2) The previous release of mkl (11.1) stated this for the mkl95_blas.mod: "Fortran 95 interface module for BLAS (BLAS95), identical to blas95.mod. To be removed in one of the future releases. "

The only thing I will add is: I am not finding a note on this in the current (11.2) release notes.

Abhi

0 Kudos
Reply