PGAPrintContextVariable - prints the value of all the fields in the
context variable.
ctx - context variable
fp - file pointer to print the output to
none
#include "pgapack.h"
void PGAPrintContextVariable(ctx, fp)
PGAContext *ctx
FILE *fp
report.c
Example:
PGAContext *ctx;
:
PGAPrintContextVariable(ctx, stdout);
05/01/95 PGAPrintContextVariable(7)