Description
Computes the process coordinate which contains the entry of a
distributed matrix specified by a global index INDXGLOB.
Simplified reimplementation of the ScaLAPACK aux INDXG2P function.
Usage
base.indxg2p(INDXGLOB, NB, NPROCS)
Arguments
NPROCS
Total number of processors over which matrix is distributed.
Value
The process coordinate.
Details
For advanced users only. See pbdDMAT for high-level functions.