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

MKL ScaLAPACK use

lapdevelopper
Beginner
250 Views
hello every body,
please i need ur help ..

in my project, i will work with PDGETRF routine for Lu factoriztion,
and i think that MKL library is useful for me , and i installed it on my machine.
but, my problem is after the installation what i can do? and how i can using this library in my code which i use C language and MPI...

please help me

best regards
Rahaf

0 Kudos
1 Reply
Todd_R_Intel
Employee
250 Views
Anyone out there got a simple C program for calling PDGETRF?

There are some sample programs over at www.netlib.org (http://www.netlib.org/scalapack/examples/). They're all in Fortran, but you can get a pretty good feel for the calling sequence by looking them over. These together with the reference manual should help.

-Todd
0 Kudos
Reply