Home
last modified time | relevance | path

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

/petsc/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c23 PetscMPIInt tag_app, tag_petsc; in AOView_MemoryScalable() local
35 PetscCall(PetscObjectGetNewTag((PetscObject)ao, &tag_app)); in AOView_MemoryScalable()
53 …PetscCallMPI(MPIU_Recv(app_loc, len, MPIU_INT, i, tag_app, PetscObjectComm((PetscObject)ao), &stat… in AOView_MemoryScalable()
62 …PetscCallMPI(MPIU_Send((void *)aomems->app_loc, map->n, MPIU_INT, 0, tag_app, PetscObjectComm((Pet… in AOView_MemoryScalable()