Function PGADestroy
Defined in File system.c
Function Documentation
-
void PGADestroy(PGAContext *ctx)
Deallocate memory for this instance of PGAPack, if this context initialized MPI, finalize MPI as well.
Example
PGAContext *ctx; ... PGADestroy (ctx);
- Parameters:
ctx – context variable
- Returns:
None