Hi all,
We're two students working on a parallel systems project, and we came to a bit of a problem. We'll appreciate any advise/lead on the topic.
We have a shared memory experimental platform with multiple (64-256) cores and shared 2M memory, and we're trying to find eigenvalues and eigenvectors for a dense 169*169 hermitian matrix in a parallel way.
We've looked at the scalapack documentation, but it doesn't say the storage requirements for each routine.
We're not Fortran experts, and either way we'll have to rewrite the code in C, but can you please point us to the most effective routine/algorithm for solving the problem.
Thanks!
Lior and Ami

