Ubuntu Manpages

PGASetDebugLevel

Turn on a debug level.

Only valid if PGAPack was compiled to include debugging calls. See the user guide for details.

- context variable
- the debug level to set to PGA_TRUE.

#include "pgapack.h"
void  PGASetDebugLevel(ctx, level)
PGAContext *ctx
int level

debug.c

Example:
PGAContext *ctx;
:
PGASetDebugLevel(ctx, 70)