debian man page for pgagetnumprocs

Query: pgagetnumprocs

OS: debian

Section: 4

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

PGAGetNumProcs(4)						      PGAPack							 PGAGetNumProcs(4)

NAME
PGAGetNumProcs - Returns the size of communicator comm in processes.
DESCRIPTION
If comm is NULL or a sequential version of PGAPack is used, PGAGetNumProcs() returns 1.
INPUT PARAMETERS
ctx - context variable structure pointer comm - an MPI communicator
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" int PGAGetNumProcs(ctx, comm) PGAContext *ctx MPI_Comm comm
LOCATION
parallel.c
EXAMPLE
Example: PGAContext *ctx; : if (PGAGetNumProcs(ctx, MPI_COMM_WORLD) < 4) { printf("Too few processors for decent performance!0); exit(-1); } 05/01/95 PGAGetNumProcs(4)
Related Man Pages
pgaevaluate(1) - debian
pgasetrealinitpercent(2) - debian
mpi_topo_test(3) - debian
pgacreate(8) - debian
pgasetuserfunction(8) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph