DESCRIPTION
This routine must be called by both master and slave processes at the end of each GA generation.INPUT PARAMETERS
- ctx
- - context variable
- comm
- - an MPI communicator
OUTPUT PARAMETERS
- none
-
SYNOPSIS
#include "pgapack.h"
void PGAUpdateGeneration(ctx, comm)
PGAContext *ctx
MPI_Comm comm
LOCATION
pga.cEXAMPLE
Example: PGAContext *ctx; : PGAUpdateGeneration(ctx, MPI_COMM_WORLD);