Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

lapack ilp64?

Basden__Alastair
Beginner
969 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
968 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