Function PGABuildEvaluation
Defined in File parallel.c
Function Documentation
-
static MPI_Datatype PGABuildEvaluation(PGAContext *ctx, int p, int pop)
Build an MPI datatype for eval and auxeval.
Example
PGAContext *ctx; int p; MPI_Datatype dt; ... dt = PGABuildEvaluation (ctx, p, pop);
- Parameters:
ctx – context variable
p – index of string
pop – symbolic constant of population string p is in
- Returns:
An MPI_Datatype