PGAGetPrintFrequencyValue

Langue: en

Version: 303148 (debian - 07/07/09)

Section: 7 (Divers)

NAME

PGAGetPrintFrequencyValue - returns how often to print statistics reports

INPUT PARAMETERS

ctx
- context variable

OUTPUT PARAMETERS

none

SYNOPSIS

 #include "pgapack.h"
 int  PGAGetPrintFrequencyValue(ctx)
 PGAContext *ctx
 

LOCATION

report.c

EXAMPLE

 Example:
 PGAContext *ctx;
 int freq;
 :
 freq = PGAGetPrintFrequencyValue(ctx);