pgasetup(8) debian man page | unix.com

Man Page: pgasetup

Operating Environment: debian

Section: 8

PGASetUp(8)							      PGAPack							       PGASetUp(8)

NAME
PGASetUp - set all uninitialized variables to default values and initialize some internal arrays.
DESCRIPTION
Must be called after PGACreate() and before the GA is started.
INPUT PARAMETERS
ctx - context variable
OUTPUT PARAMETERS
none
SYNOPSIS
#include "pgapack.h" void PGASetUp(ctx) PGAContext *ctx
LOCATION
create.c
EXAMPLE
Example: PGAContext *ctx; : PGACreate(ctx, ...); : // Set options here : PGASetUp(ctx); 05/01/95 PGASetUp(8)
Related Man Pages
pgasetrealinitpercent(2) - debian
pgadebugprint(3) - debian
pgasendreceiveindividual(4) - debian
pgasortpop(8) - debian
lwres_conf_clear(3) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file