- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Why is the MKL77_LAPACK module missing from MKL 10.0.1.015?
Is it also missing from MKL 10.0.2.019?
Little wonder that the so called MKL_LAPACK95 interface crashes on use: a search through the source folder reveals that of 937 files there some 380 of them require MKL77_LAPACK.
Gerry
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Gerry,
To use MKL_LAPACK95 interfaces you need to run examples/lapack95 first.
As a result, the required library and a respective .mod file will be built and installed in the standard catalog of the release.
Then you can USE MKL_LAPACK95 statement in you application. See MKL10.0.1.015docuserguide.pdf, Ch.7, Fortran 90 Interfaces and Wrappers to LAPACK and BLAS section for details. See examples/lapack95/source/*.f90 also.
MKL77_LAPACK is auxiliary module and used only to build LAPACK95 interfaces. Nevertheless, you can build this module manually:
ifort -c 10.0.1.015/interfaces/lapack95/source/mkl_lapack_protos.f90
dir *.mod
mkl77_lapack.mod mkl77_lapack1.mod
Best regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vladimir,
Thanks for the clear answer. After I read the makefile as encouraged by Steve Lionel on the IVF forum I saw the light. Ibuilt the blas95 and lapack95 interfaces but still lapack's getrf generates an Access Violation as I previously reported. The problem was correctly solved using one of the interval solvers in MKL. Ironicallyit was announced here recently that the interval arithmetic suite is to be pulled in a futurerelease of the library. Piff.
Gerry

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