Returns the row and column coordinates in the process grid.
call blacs_pcoord( icontxt, pnum, prow, pcol )
icontxt |
INTEGER. Integer handle that indicates the context. |
pnum |
INTEGER. Process number the coordinates of which are to be determined. This parameter stand for the process number of the underlying machine, that is, it is a tid for PVM. |
prow |
INTEGER. Row coordinates of the pnum process in the BLACS grid. |
pcol |
INTEGER. Column coordinates of the pnum process in the BLACS grid. |
Given the system process number, this function returns the row and column coordinates in the BLACS process grid.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.