| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 27 MPI_Aint bytes; 34 MPI_Aint *dyn_target_addr; 381 MPI_Aint winaddr; in PetscSFWindowAttach() 427 …Int fenceassert, PetscMPIInt postassert, PetscMPIInt startassert, const MPI_Aint **target_disp, MP… in PetscSFGetWindow() 430 MPI_Aint bytes; in PetscSFGetWindow() 433 MPI_Aint wsize; in PetscSFGetWindow() 439 wsize = (MPI_Aint)(bytes * sf->nroots); in PetscSFGetWindow() 483 if (!link->inuse && (!epoch || !link->epoch) && bytes == (MPI_Aint)link->bytes) { in PetscSFGetWindow() 610 MPI_Aint bytes; in PetscSFFindWindow() 657 MPI_Aint bytes; in PetscSFRestoreWindow() [all …]
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sftype.c | 47 …IU_Count naddrs, MPIU_Count ncounts, MPIU_Count ntypes, int intarray[], MPI_Aint addrarray[], MPIU… in MPIPetsc_Type_get_contents() 73 MPI_Aint addrs[1] = {0}; in MPIPetsc_Type_unwrap() 132 MPI_Aint *aaddrs, *baddrs; in MPIPetsc_Type_compare() 196 MPI_Aint *aaddrs; in MPIPetsc_Type_compare_contig()
|
| H A D | sf.c | 2715 …RN PetscErrorCode PetscSFGetDatatypeSize_Internal(MPI_Comm comm, MPI_Datatype unit, MPI_Aint *size) in PetscSFGetDatatypeSize_Internal() 2717 MPI_Aint lb, lb_true, bytes, bytes_true; in PetscSFGetDatatypeSize_Internal()
|
| /petsc/src/sys/utils/ |
| H A D | mpits.c | 76 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSided_Ibarrier() 136 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSided_Allreduce() 182 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSided_RedScatter() 292 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSidedFReq_Reference() 331 MPI_Aint lb, unitbytes; in PetscCommBuildTwoSidedFReq_Ibarrier()
|
| /petsc/src/sys/tests/ |
| H A D | ex8.c | 15 MPI_Aint displs[3]; in MakeDatatype() 35 MPI_Aint lb, extent; in MakeDatatype()
|
| /petsc/src/ts/characteristic/impls/da/ |
| H A D | slda.c | 34 MPI_Aint indices[2]; in CharacteristicSetUp_DA()
|
| /petsc/include/petsc/private/ |
| H A D | sfimpl.h | 141 PETSC_INTERN PetscErrorCode PetscSFGetDatatypeSize_Internal(MPI_Comm, MPI_Datatype, MPI_Aint *); 151 …ts(MPI_Datatype, MPIU_Count, MPIU_Count, MPIU_Count, MPIU_Count, int *, MPI_Aint *, MPIU_Count *, …
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 125 …integers, int max_addresses, int max_datatypes, int *array_of_integers, MPI_Aint *array_of_address… in MPI_Type_get_contents() 740 PETSC_EXTERN void petsc_mpi_address_(void *location, MPI_Aint *address, int *ierr) in petsc_mpi_address_() 742 *address = (MPI_Aint)((char *)location); in petsc_mpi_address_()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 139 typedef ptrdiff_t MPI_Aint; typedef 159 #define MPIUNI_ARG(arg) (MPIUNI_TMP = (void *)(MPI_Aint)(arg)) 395 MPIUni_PETSC_EXTERN int MPI_Type_get_contents(MPI_Datatype, int, int, int, int *, MPI_Aint *, MPI_D… 476 …#define MPI_Address(location, address) (*(address) = (MPI_Aint)((char *)(location)…
|
| /petsc/src/sys/utils/openmp/ |
| H A D | mpmpishm.c | 41 MPI_Aint size; in PetscOmpCtrlCreateBarrier()
|
| /petsc/src/sys/objects/ |
| H A D | pinit.c | 445 PETSC_EXTERN PetscMPIInt PetscDataRep_extent_fn(MPI_Datatype, MPI_Aint *, void *); 964 …MPI_Aint blockOffsets[2] = {offsetof(struct petsc_mpiu_real_int, v), offsetof(struct petsc_mpi… in PetscInitialize_Common() 974 …MPI_Aint blockOffsets[2] = {offsetof(struct petsc_mpiu_scalar_int, v), offsetof(struct petsc_m… in PetscInitialize_Common() 991 …MPI_Aint blockOffsets[] = {offsetof(struct petsc_mpiu_int_mpiint, a), offsetof(struct petsc_mp… in PetscInitialize_Common()
|
| /petsc/src/sys/fileio/ |
| H A D | sysio.c | 744 PETSC_EXTERN PetscMPIInt PetscDataRep_extent_fn(MPI_Datatype datatype, MPI_Aint *file_extent, void … in PetscDataRep_extent_fn() 746 MPI_Aint ub; in PetscDataRep_extent_fn()
|
| /petsc/src/sys/classes/viewer/impls/binary/ |
| H A D | binv.c | 895 MPI_Aint ul, dsize; in PetscViewerBinaryWriteReadMPIIO() 1002 PETSC_UNUSED MPI_Aint lb; in PetscViewerBinaryWriteReadAll() 1003 MPI_Aint dsize; in PetscViewerBinaryWriteReadAll()
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfbasic.c | 12 MPI_Aint disp; in PetscSFLinkInitMPIRequests_Persistent_Basic() 103 MPI_Aint disp; in PetscSFLinkStartCommunication_MPIX_Stream()
|
| H A D | sfpack.c | 650 MPI_Aint lb, nbyte; in PetscSFLinkSetUp_Host()
|
| /petsc/src/vec/is/sf/impls/basic/neighbor/ |
| H A D | sfneighbor.c | 8 typedef MPI_Aint PetscSFAint;
|
| /petsc/src/dm/impls/patch/ |
| H A D | patch.c | 235 …MM_SELF, "Rank %d color %d key %d commz %p\n", rank, newCommi, newRanki, (void *)(MPI_Aint)commz)); in DMPatchSolve()
|
| /petsc/include/ |
| H A D | petscsys.h | 2888 …, comm) MPI_Scatterv_c(sendbuf, (const MPI_Count *)(sendcounts), (const MPI_Aint *)(displs), sendt… 2889 …, sendcount, sendtype, recvbuf, (const MPI_Count *)(recvcounts), (const MPI_Aint *)(displs), recvt…
|
| /petsc/src/mat/utils/ |
| H A D | matstash.c | 737 MPI_Aint displs[2]; in MatStashBlockTypeSetUp()
|
| /petsc/src/vec/is/sf/impls/basic/kokkos/ |
| H A D | sfkok.kokkos.cxx | 740 MPI_Aint nbyte; in PetscSFLinkSetUp_Kokkos()
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 585 MPI_Aint ub, ul; in DMDAArrayMPIIO()
|
| /petsc/src/vec/is/sf/impls/basic/cupm/ |
| H A D | sfcupm_impl.hpp | 743 MPI_Aint lb, nbyte; in LinkSetUp()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2441 …MPI_Aint blockOffsets[4] = {offsetof(p4est_quadrant_t, x), offsetof(p4est_quadrant_t, lev… in DMPforestGetTransferSF_Point()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 9994 MPI_Aint blockOffsets[2] = {offsetof(cell_stats_t, min), offsetof(cell_stats_t, count)}; in DMPlexCheckCellShape()
|