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

Pardiso in loop

programmer85
Beginner
279 Views

I wrote a code where there is a pardiso computing in loop (for instance for symetric matrix).

shortly:

1st iteration : pardiso with phase 11 for reordering, pardiso with phase 33 for computing and pardiso with phase -1 for clearing a memory

2nd iteration pardiso with phase 11 for reordering, pardiso with phase 33 for computing and pardiso with phase -1 for clearing a memory

3rd iteration ...

etc.

but unfortunately in 2nd iteration there is problem when it comes to reordering... and execution stops.

Thanks in advance for help

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
279 Views
please try don't release the memory in the end of each iteration..
0 Kudos
Reply