AODataCreateBasic

Creates a AO datastructure.

Synopsis

int AODataCreateBasic(MPI_Comm comm,AOData *aoout)

Input Parameters

comm -MPI communicator that is to share AO
n -total number of keys that will be added

Output Parameter

aoout -the new database

Collective on MPI_Comm

Options Database Key

  -ao_data_view : call AODataView() at the conclusion of AODataAdd()
  -ao_data_view_info : call AODataView() at the conclusion of AODataAdd()

Keywords

AOData, create

See Also

AODataAdd(), AODataDestroy()

Location: src/ao/impls/basic/aodatabasic.c
IS and DA Index
Table of Contents