CONQUEST-release icon indicating copy to clipboard operation
CONQUEST-release copied to clipboard

Think about threaded ScaLAPACK alternatives for eigenvalue solve

Open tkoskela opened this issue 11 months ago • 0 comments

In multithreaded runs, ScaLAPACK calls to pzhevgx are becoming a significant non-threaded bottleneck. At least the Intel mkl implementation of ScaLAPACK does not gain performance by adding threads to mkl calls. If we want to eliminate this bottleneck, we would have to look for alternatives to pzhevgx.

List of ideas:

tkoskela avatar Aug 29 '23 16:08 tkoskela