PGADone - Returns PGA_TRUE if the stopping conditions have been met, otherwise returns false.
Calls exactly one of the user defined C or fortran or system (PGACheckStoppingConditions) stopping condition functions.
ctx - context variable comm - an MPI communicator
none
#include "pgapack.h" int PGADone(ctx, comm) PGAContext *ctx MPI_Comm comm
stop.c
Example: PGAContext *ctx; : PGADone(ctx, comm); 05/01/95 PGADone(8)