Searched refs:MPIU_CGSIZE (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | viewercgnsimpl.h | 83 #define MPIU_CGSIZE MPI_INT macro 88 #define MPIU_CGSIZE MPI_LONG_LONG macro 92 #define MPIU_CGSIZE MPI_LONG macro 99 #define MPIU_CGSIZE MPI_INT32_T macro 102 #define MPIU_CGSIZE MPI_INT64_T macro
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1861 PetscCall(DMGetWorkArray(*dm, bcSize, MPIU_CGSIZE, &points)); in DMPlexCreateCGNS_Internal_Parallel() 1879 PetscCall(DMRestoreWorkArray(*dm, bcSize, MPIU_CGSIZE, &points)); in DMPlexCreateCGNS_Internal_Parallel() 2164 PetscCallMPI(MPIU_Allreduce(&e_owned, &e_global, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS() 2167 PetscCallMPI(MPI_Exscan(&e_owned, &e_start, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS() 2294 PetscCallMPI(MPIU_Allreduce(&f_owned, &f_global, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS() 2296 PetscCallMPI(MPI_Exscan(&f_owned, &f_start, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS() 2340 PetscCallMPI(MPIU_Allreduce(&fs_owned, &fs_global, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS() 2342 PetscCallMPI(MPI_Exscan(&fs_owned, &fs_start, 1, MPIU_CGSIZE, MPI_SUM, comm)); in DMView_PlexCGNS()
|