Home
last modified time | relevance | path

Searched refs:aomems (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c21 AO_MemoryScalable *aomems = (AO_MemoryScalable *)ao->data; in AOView_MemoryScalable() local
24 PetscLayout map = aomems->map; in AOView_MemoryScalable()
46 …tscInt_FMT " %3" PetscInt_FMT " %3" PetscInt_FMT "\n", i, aomems->app_loc[i], i, aomems->petsc… in AOView_MemoryScalable()
62 …PetscCallMPI(MPIU_Send((void *)aomems->app_loc, map->n, MPIU_INT, 0, tag_app, PetscObjectComm((Pet… in AOView_MemoryScalable()
63 …PetscCallMPI(MPIU_Send((void *)aomems->petsc_loc, map->n, MPIU_INT, 0, tag_petsc, PetscObjectComm(… in AOView_MemoryScalable()
71 AO_MemoryScalable *aomems = (AO_MemoryScalable *)ao->data; in AODestroy_MemoryScalable() local
74 PetscCall(PetscFree2(aomems->app_loc, aomems->petsc_loc)); in AODestroy_MemoryScalable()
75 PetscCall(PetscLayoutDestroy(&aomems->map)); in AODestroy_MemoryScalable()
76 PetscCall(PetscFree(aomems)); in AODestroy_MemoryScalable()
92 AO_MemoryScalable *aomems = (AO_MemoryScalable *)ao->data; in AOMap_MemoryScalable_private() local
[all …]