Function PGASetOutputFile

Function Documentation

void PGASetOutputFile(PGAContext *ctx, const char *name)

Set output file name for printing statistics etc.

Description

Note that the file is not immediately opened, instead it is later opened in the rank 0 individual.

Example

PGAContext *ctx;
char *name = "output.file";

...
PGASetOutputFile (ctx, name);

Parameters
  • ctx – context variable

  • name – output filename

Returns

None