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.

Pardiso in loop

programmer85
Beginner
549 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
549 Views
please try don't release the memory in the end of each iteration..
0 Kudos
Reply