debian man page for pgareceiveindividual

Query: pgareceiveindividual

OS: debian

Section: 4

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

PGAReceiveIndividual(4) 					      PGAPack						   PGAReceiveIndividual(4)

NAME
PGAReceiveIndividual - receive an individual from another process
INPUT PARAMETERS
ctx - contex variable p - index of an individual pop - symbolic constant of the population source - ID of the process from which to receive tag - MPI tag to look for status - pointer to an MPI status structure
OUTPUT PARAMETERS
side -effect.
SYNOPSIS
#include "pgapack.h" void PGAReceiveIndividual(ctx, p, pop, source, tag, comm, status) PGAContext *ctx int p int pop int source int tag MPI_Comm comm MPI_Status *status
LOCATION
parallel.c
EXAMPLE
Receive a string from the master process (rank == 0) with tag PGA_SR_STRINGTOEVAL, and place it into the first temporary location in PGA_NEWPOP. PGAContext *ctx; MPI_Comm comm; MPI_Status status; : PGAReceiveIndividual(ctx, PGA_TEMP1, PGA_NEWPOP, 0, PGA_SR_STRINGTOEVAL, comm, &status); 05/01/95 PGAReceiveIndividual(4)
Related Man Pages
mpi_probe(3) - redhat
mpi_recv(3) - redhat
mpi_sendrecv_replace(3) - debian
pgasendreceiveindividual(4) - debian
pgaduplicate(8) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?