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

PARDISO gets stuck in num. factorization for a general complex matrix

rbunger
New Contributor II
849 Views

Hi,

 

PARDISO gets stuck in the numerical factorization step, for a general complex matrix. The matrix is too big to upload it (43 MB 7z archive).

 

OneAPI versions: 2025.3.0 and 2025.3.1

 

Thanks,

 

Rainer

0 Kudos
1 Solution
rbunger
New Contributor II
761 Views

Update: I had to upload the matrix elsewhere. Intel has confirmed a bug and the fix will be in the 2026.0 release. Meanwhile two fixes are proposed:


1) use iparm[23]=1,

2) if there are even number of NUMA nodes, you could use spread-type binding by "OMP_PLACES=cores OMP_PROC_BIND=spread".


Many thanks to the Intel team & kind regards,


Rainer

 

View solution in original post

0 Kudos
4 Replies
rbunger
New Contributor II
762 Views

Update: I had to upload the matrix elsewhere. Intel has confirmed a bug and the fix will be in the 2026.0 release. Meanwhile two fixes are proposed:


1) use iparm[23]=1,

2) if there are even number of NUMA nodes, you could use spread-type binding by "OMP_PLACES=cores OMP_PROC_BIND=spread".


Many thanks to the Intel team & kind regards,


Rainer

 

0 Kudos
rbunger
New Contributor II
753 Views

Option 2) has quite a large impact on the performance, in my case

0 Kudos
Fengrui
Moderator
172 Views

Thanks again for reporting this issue. The fix is available in the latest 2026.0 release. Please check.

 

Thanks,

Fengrui

rbunger
New Contributor II
149 Views

Many thanks for the reminder. I have already performed tests and up to now everything is perfectly stable. Many thanks for your efforts!

 

Rainer

0 Kudos
Reply