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.
7234 Discussions

Pardiso behaviour having right hand side "B" all zero.

Omer_Riaz
Beginner
566 Views
I am using PARDISO solver for my code. I am having problem if my right hand side is all zero. For all zero B the solver stuck in solution phase for inifite time and niether it exit from solution phase nor it gives error. Does PARDISO works with all zero B? Is this known problem in PARDISO or do I have to set some parameters to aviod this?
Thank you
0 Kudos
2 Replies
mecej4
Honored Contributor III
566 Views
This is a guess, since there is nothing specific to explore:

Pardiso allows iterative refinement, and this can be a problem in the special case where the solution is a vector of zeroes.

Please show a short example of the problem.
0 Kudos
Gennady_F_Intel
Moderator
566 Views
yes, short example would be very nice to have.
0 Kudos
Reply