pgasendindividual(4) debian man page | unix.com

Man Page: pgasendindividual

Operating Environment: debian

Section: 4

PGASendIndividual(4)						      PGAPack						      PGASendIndividual(4)

NAME
PGASendIndividual - transmit an individual to another process
INPUT PARAMETERS
ctx - context variable p - index of an individual pop - symbolic constant of the population dest - ID of the process where this is going tag - MPI tag to send with the individual comm - MPI communicator
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASendIndividual(ctx, p, pop, dest, tag, comm) PGAContext *ctx int p int pop int dest int tag MPI_Comm comm
LOCATION
parallel.c
EXAMPLE
PGAContext *ctx; int p, dest; : dest = SelectAFreeProcessor(); PGASendIndividual(ctx, p, PGA_NEWPOP, dest, PGA_SR_STRINGTOEVAL, comm); 05/01/95 PGASendIndividual(4)
Related Man Pages
mpi_isend(3) - debian
pgaduplicate(8) - debian
pgasetuserfunction(8) - debian
mpi_rsend_init(3openmpi) - osx
mpi_ssend_init(3openmpi) - osx
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com