PGADestroy(8) PGAPack PGADestroy(8)NAMEPGADestroy - deallocate memory for this instance of PGAPack, if this context initialized MPI, finalize MPI as well.INPUT PARAMETERSctx - context variableOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" void PGADestroy(ctx) PGAContext *ctxLOCATIONsystem.cEXAMPLEExample: PGAContext *ctx; : PGADestroy(ctx); 05/01/95 PGADestroy(8)