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

pardiso

maedeh_80
Beginner
327 Views
Hi
I'm going to use pardiso but i have a segmentation fault in function
PARDISO (pt, &maxfct, &mnum, &mtype, &phase,
&n, a, ia, ja, &idum, &nrhs,
iparm, &msglvl, &ddum, &ddum, &error)
I set iparm based on table http://software.intel.com/en-us/articles/pardiso-parameter-table/.
What is it for? Does the setting change foe different version of pardiso? mine is 11.0.0.69.

Regards
0 Kudos
3 Replies
Alexander_K_Intel2
327 Views
Hi,
Could you provide values of iparm and phase?
With best regards,
Alexander Kalinkin
0 Kudos
Gennady_F_Intel
Moderator
327 Views
>> mine is 11.0.0.69
<< it's not clear what mkl version you are talking about? with the latest mkl 11.0 beta?for 11.0 beta: some changes were added : for MKL 11.0 beta the new iparm(34) was added. This parameter determinesoptimal number of threads for conditional bitwise reproducibility (CBWR) mode.
0 Kudos
Gennady_F_Intel
Moderator
327 Views
also please check here the list of all bug fixes related 10.3 version. may be you see the similar symptoms.
0 Kudos
Reply