pgasetcommunicator(4) debian man page | unix.com

Man Page: pgasetcommunicator

Operating Environment: debian

Section: 4

PGASetCommunicator(4)						      PGAPack						     PGASetCommunicator(4)

NAME
PGASetCommunicator - Set the default communicator to use when PGARun is called.
DESCRIPTION
Does not necessarily need to be the same as the number of processes in MPI_COMM_WORLD (which is the default).
INPUT PARAMETERS
ctx - context variable comm - communicator to use
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetCommunicator(ctx, comm) PGAContext *ctx MPI_Comm comm
LOCATION
parallel.c
EXAMPLE
Example: MPI_Comm mycomm; PGAContext *ctx, double f(PGAContext *ctx, int p, int pop); : ctx = PGACreate(&argc, argv, PGA_DATATYPE_BINARY, 100, PGA_MAXIMIZE); PGASetCommunicator(ctx, mycomm); PGASetUp(ctx); PGARun(ctx, f); PGADestroy(ctx); 05/01/95 PGASetCommunicator(4)
Related Man Pages
pgaevaluate(1) - debian
seccomp_load(3) - centos
modbus_send_raw_request(3) - debian
pgasetuserfunction(8) - debian
glxquerycontext(3g) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Detecting unused variables...
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections