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

mkl_pardiso_pivot

nedialk
Novice
841 Views

Hi, 

It is not clear from the documentation of mkl_pardiso_pivot: do I have to write the body of this function and compile it with my code? Is there any example showing how this function is used?

Thanks,

Ned

0 Kudos
1 Solution
MRajesh_intel
Moderator
817 Views

Hi,

 

Thanks for posting your query.

 

>>Do I have to write the body of this function and compile it with my code?

 

Yes, you can write a body of the function to specify the values.

 

Regards

Rajesh.

 

View solution in original post

3 Replies
MRajesh_intel
Moderator
818 Views

Hi,

 

Thanks for posting your query.

 

>>Do I have to write the body of this function and compile it with my code?

 

Yes, you can write a body of the function to specify the values.

 

Regards

Rajesh.

 

Kirill_V_Intel
Employee
800 Views

Hi Ned,

There is an example for using mkl_pardiso_pivot. See pardiso_sym_diag_pivot.c in examples/c/sparse_directsolvers if you have one of the latest oneMKL releases. If you don't have examples/c/sparse_directsolvers, look in examples/c/solversc.

 

Best,
Kirill

 

MRajesh_intel
Moderator
785 Views

  

Hi,

 

Thanks for accepting as a Solution.

 

As this issue has been resolved, we will no longer respond to this thread. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.

 

Have a Good day.

 

Regards

Rajesh

 

0 Kudos
Reply