Returns how often to print statistics reports
ctx
- context variable
none
#include "pgapack.h" int PGAGetPrintFrequencyValue(ctx) PGAContext *ctx
report.c
Example: PGAContext *ctx; int freq; : freq = PGAGetPrintFrequencyValue(ctx);