source: trunk/optimizer/src/pgapack/pgapack/man/man8/PGADone.8 @ 816

Last change on this file since 816 was 816, checked in by liveletlive, 16 years ago

Committing the newer version of PGAPack.

File size: 590 bytes
Line 
1.TH PGADone 8 "05/01/95" " " "PGAPack"
2.SH NAME
3PGADone \- Returns PGA_TRUE if the stopping conditions have been met,
4otherwise returns false.  Calls exactly one of the user defined C or
5fortran or system (PGACheckStoppingConditions) stopping condition functions.
6.SH INPUT PARAMETERS
7.PD 0
8.TP
9ctx
10- context variable
11.PD 0
12.TP
13comm
14- an MPI communicator
15.PD 1
16.SH OUTPUT PARAMETERS
17.PD 0
18.TP
19none
20
21.PD 1
22.SH SYNOPSIS
23.nf
24#include "pgapack.h"
25int  PGADone(ctx, comm)
26PGAContext *ctx
27MPI_Comm comm
28.fi
29.SH LOCATION
30stop.c
31.SH EXAMPLE
32.nf
33Example:
34PGAContext *ctx;
35:
36PGADone(ctx, comm);
37
38.fi
Note: See TracBrowser for help on using the repository browser.