CONQUEST-release
CONQUEST-release copied to clipboard
Think about threaded ScaLAPACK alternatives for eigenvalue solve
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: