Function PGAUsage
Defined in File system.c
Function Documentation
-
void PGAUsage(PGAContext *ctx)
Print list of available parameters and quit.
Description
Print the usage info out if MPI isn’t running (thus, only one process is probably running), or if we actually are the rank-0 process.
Example
PGAContext ctx; ... PGAUsage (ctx);
- Parameters:
ctx – context variable
- Returns:
print list of available parameters