Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

blacs_pcoord

Returns the row and column coordinates in the process grid.

Syntax

call blacs_pcoord( icontxt, pnum, prow, pcol )

Input Parameters

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.

Output Parameters

prow

INTEGER. Row coordinates of the pnum process in the BLACS grid.

pcol

INTEGER. Column coordinates of the pnum process in the BLACS grid.

Description

Given the system process number, this function returns the row and column coordinates in the BLACS process grid.