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

lapack ilp64?

Basden__Alastair
Beginner
865 Views
Hi,
I can only find a reference to em64t/libmkl_lapack.a
and nothing that would be ilp64.
I need to use routine dgesdd, for m=n=65536. However, the appropriate lwork value for this is approx
1.7e10, so too large to fit into a 32 bit integer.

If there is no ilp64 version, does this mean lapack dgesdd can't be used for large matrices?

Thanks...
0 Kudos
1 Reply
TimP
Honored Contributor III
865 Views
With MKL 10 or 11, rather than using the backwards compatibility script (which specified lp64, core, thread), you must specify the ilp64 library, core library, and your choice of thread or sequential. For MKL 9, there is a separate download for ilp64.
0 Kudos
Reply