Function PGASendRandSeed

Function Documentation

static void PGASendRandSeed(PGAContext *ctx, int seed, int dest, MPI_Comm comm)

Transmit random seed.

Example

PGAContext *ctx;
int dest, seed;

...
PGASendRandSeed (ctx, seed, dest, comm);

Parameters:
  • ctx – context variable

  • seed – random seed

  • dest – ID of the process where this is going

  • comm – MPI communicator