pgagetcommunicator(4) debian man page | unix.com

Man Page: pgagetcommunicator

Operating Environment: debian

Section: 4

PGAGetCommunicator(4)						      PGAPack						     PGAGetCommunicator(4)

NAME
PGAGetCommunicator - Returns the default communicator used when PGARun is called.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" MPI_Comm PGAGetCommunicator(ctx) PGAContext *ctx
LOCATION
parallel.c
EXAMPLE
Example: MPI_Comm comm; PGAContext *ctx, double f(PGAContext *ctx, int p, int pop); : ctx = PGACreate(&argc, argv, PGA_DATATYPE_BINARY, 100, PGA_MAXIMIZE); PGASetUp(ctx); comm = PGAGetCommunicator(ctx); 05/01/95 PGAGetCommunicator(4)
Related Man Pages
pgasetrealinitrange(2) - debian
pgadebugprint(3) - debian
pgacreate(8) - debian
pgaduplicate(8) - debian
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
Weird 'find' results