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

Question about MKL FEAST MPI

Harshad_S_
Beginner
339 Views

Hi,

I'm trying to figure out how to use the MPI FEAST eigensolver in MKL. In the C-MPI/3_sparse examples in FEAST, the matrices are created on all processors and not distributed. Is there any way to distribute sparse matrices over all processes to solve for eigenvalues?

Thanks,

Harshad

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
339 Views

MKL's implementation doesn't support distribute mode at this moment

0 Kudos
Gennady_F_Intel
Moderator
339 Views

It should be noted that in version 11.2, MKL team implemented the Parallel Direct Sparse Solver for Clusters.  You can use this solver for Extended Eigensolver RCI interface for computing the distribute computations across many MPI processes. It seems that's all we can suggest to you in that case.

 

 

0 Kudos
Harshad_S_
Beginner
339 Views

Hi Gennady,

Do you know if MKL will be adding support for distributed FEAST in the future?

Thanks,
Harshad

0 Kudos
Reply