Query: pgadone
OS: debian
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PGADone(8) PGAPack PGADone(8)NAMEPGADone - Returns PGA_TRUE if the stopping conditions have been met, otherwise returns false.DESCRIPTIONCalls exactly one of the user defined C or fortran or system (PGACheckStoppingConditions) stopping condition functions.INPUT PARAMETERSctx - context variable comm - an MPI communicatorOUTPUT PARAMETERSnoneSYNOPSIS#include "pgapack.h" int PGADone(ctx, comm) PGAContext *ctx MPI_Comm commLOCATIONstop.cEXAMPLEExample: PGAContext *ctx; : PGADone(ctx, comm); 05/01/95 PGADone(8)