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

ERROR WHEN ATTACHING MKL LIBRARY

WSinc
New Contributor I
398 Views

I mentioned this in another forum, cause I am not sure where the problem actually is occurring.

I dont understand what this missing entry point is good for. I only need DGESV as an entry point,

 

None of the three choices for QMKL works.

 

see screen shot.

 

as you can see, the program is very simple, only one MKL routine is needed.

 

according to the example they give, I can use just 2 argument if I so choose.

I could try it with 8 arguments though.

 

0 Kudos
1 Reply
mecej4
Honored Contributor III
398 Views

I answered the question regarding building the program in your thread in the Intel Visual Fortran for Windows forum, please see https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/785552#comment-1926582 .

billsincl wrote:
...according to the example they give, I can use just 2 argument if I so choose. I could try it with 8 arguments though.

Which example? Where did you find it?

There is only one routine with the name DGESV, and it takes 8 required arguments. The generic name GESV is related to ?GESV, takes 2 to 4 arguments, requires an explicit interface in the caller, and linking with the Lapack95 library. DGESV is not interchangeable with GESV.

0 Kudos
Reply