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 solver no threaded speedup

Dave17
Beginner
1,305 Views

We find that linking the threaded MKL Pardiso solver provides no performance boost - or even slows down if many threads are specified via OPNOMP_NUM_THREADS.

The Pardiso diagnostic messages report multiple threads are being used.  But the execution time slows.

Is this to be expected?

 

Labels (1)
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
1,250 Views

First of all try to play with MKL_NUM_THREADS environment variables.

Then enable verbose mode ( setting msglvl == 1 ) and see the perf results for each of phases ( reordering, factorization, solving) and see the scalability results if any or any performance bottleneck

--Gennady



0 Kudos
Reply