Build an mpi datatype for string p in population pop.
ctx
- context variable
p
- index of an individual
pop
- symbolic constant of the population
none
#include "pgapack.h" MPI_Datatype PGABuildDatatype(ctx, p, pop) PGAContext *ctx int p int pop
parallel.c
Example: PGAContext *ctx; int p; MPI_Datatype dt; : dt = PGABuildDatatype(ctx, p, PGA_NEWPOP);