Page 1 of 1

Set Blacs grid over different MPI groups

PostPosted: Tue Jan 15, 2013 4:43 am
by rs_ionela
Hi,

I'm working on a parallel application (simulation) which requires that some of processors from a MPI communicator do some operations, and others to compute the eigenvalues.
To compute the eigenvalues I'm using the Scalapack PDSYEVD routine.
What I want to do is to split the communicator into a desired number of MPI groups and use the ScaLAPACK routine over a MPI group. But I don't know how to set the Blacs grid over different MPI groups.

Can anyone help me?

Best regards,
Ionela

Re: Set Blacs grid over different MPI groups

PostPosted: Thu Feb 28, 2013 6:44 am
by JlDavid
Hi . I can't help you with this , but I know how you can learn about MPI Group Management . Here is the website - static.msi.umn.edu/tutorial/scicomp/general/MPI/communicator.html .