PGADestroy - deallocate memory for this instance of PGAPack, if this
context initialized MPI, finalize MPI as well.
ctx - context variable
none
#include "pgapack.h"
void PGADestroy(ctx)
PGAContext *ctx
system.c
Example:
PGAContext *ctx;
:
PGADestroy(ctx);
05/01/95 PGADestroy(8)