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

Is iterative solver in Parallel with OPENMP?

Maggie_m_
Beginner
391 Views

Hi, all, 

Right now I have to solve a linear equation using gmres with ILU precontioner on SMP system.  I believe MKL is able to do so.  I am just wondering which parts of  the iterative solver  are implemented in parallel with Openmp in MKL.  I know the SPMV part calling blas could count one.  Are there anything else implemented in parallel I have missed?  If you could provide me some link or doc,  I would  appreciate it a lot. 

0 Kudos
1 Solution
Gennady_F_Intel
Moderator
391 Views

Hi, only SpMV part of this solver is threaded at this moment. 

View solution in original post

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
392 Views

Hi, only SpMV part of this solver is threaded at this moment. 

0 Kudos
Maggie_m_
Beginner
391 Views

Thank you for the reply.  Can you send me some related document or example code?  I searched on line and found  the preconditioners example dcsrilu*.f is no longer at the file examples/solverf/source/   anymore.  I am using intel 15.0 now.  Thanks!

0 Kudos
Reply