AODataKeyGetInfo

Gets the global size, local size and number of segments in a key.

Synopsis

#include "ao.h" 
int AODataKeyGetInfo(AOData aodata,char *name,int *nglobal,int *nlocal,int *nsegments,char ***segnames)
Not collective

Input Parameters

aodata - the database
name - the name of the key

Output Parameters

nglobal - global number of keys
nlocal - local number of keys
nsegments - number of segments associated with key
segnames - names of the segments or PETSC_NULL

Keywords

database accessing

See Also

AODataKeyGetOwnershipRange()

Level:advanced
Location:src/dm/ao/interface/aodata.c
AO Index
Table of Contents