debian man page for pgagetrank

Query: pgagetrank

OS: debian

Section: 4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PGAGetRank(4)							      PGAPack							     PGAGetRank(4)

NAME
PGAGetRank - Returns the rank of the processor in communicator comm. If comm is NULL or a sequential version of PGAPack is used, PGAGe- tRank() returns 0.
INPUT PARAMETERS
ctx - context variable structure pointer comm - an MPI communicator
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetRank(ctx, comm) PGAContext *ctx MPI_Comm comm
LOCATION
parallel.c
EXAMPLE
Example: PGAContext *ctx; int rank; : rank = PGAGetRank(ctx, MPI_COMM_WORLD); if (rank == 0) { LetTheMasterDoSomething(); } 05/01/95 PGAGetRank(4)
Related Man Pages
pgasetintegerinitrange(2) - debian
mpi_cart_coords(3) - debian
mpi_cart_rank(3) - debian
mpi_comm_rank(3) - debian
pgasortpop(8) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
A (ksh) Library For and From UNIX.com