I am a student and this is my first time using MKL. I am interesting in applying a Cholesky factorization to a SPD huge matrix and then invert it. I have the chance to use many computers for that purpose, thus I am only interested in distributed solutions. For that reason, I would like to use MKL with ScaLAPACK.
Is there any introductory tutorial for my level? The Cookbook seems to have some examples, but they do not seem introductory.
Does MKL provide a C interface for that? From this old post, the answer seems to be no. But if so, why not just using only ScaLAPACK? I do not know Fortran and I thought MKL would get me out of trouble by providing a C interface for ScaLAPACK.