Searched refs:app_loc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/ao/impls/memscalable/ |
| H A D | aomemscalable.c | 9 PetscInt *app_loc; /* app_loc[i] is the partner for the ith local PETSc slot */ member 25 PetscInt *app, *app_loc, *petsc, *petsc_loc, len, j; in AOView_MemoryScalable() local 46 … PetscInt_FMT " %3" PetscInt_FMT " %3" PetscInt_FMT "\n", i, aomems->app_loc[i], i, aomems->pe… in AOView_MemoryScalable() 51 app_loc = app + map->range[i]; in AOView_MemoryScalable() 53 …PetscCallMPI(MPIU_Recv(app_loc, len, MPIU_INT, i, tag_app, PetscObjectComm((PetscObject)ao), &stat… in AOView_MemoryScalable() 56 …t_FMT " %3" PetscInt_FMT " %3" PetscInt_FMT "\n", map->range[i] + j, app_loc[j], map->range[i]… in AOView_MemoryScalable() 62 …PetscCallMPI(MPIU_Send((void *)aomems->app_loc, map->n, MPIU_INT, 0, tag_app, PetscObjectComm((Pet… in AOView_MemoryScalable() 74 PetscCall(PetscFree2(aomems->app_loc, aomems->petsc_loc)); in AODestroy_MemoryScalable() 238 PetscInt *app_loc = aomems->app_loc; in AOPetscToApplication_MemoryScalable() local 241 PetscCall(AOMap_MemoryScalable_private(ao, n, ia, app_loc)); in AOPetscToApplication_MemoryScalable() [all …]
|