Searched refs:MPI_BYTE (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | pname.c | 118 PetscCallMPI(MPI_Bcast(ucomm.raw, sizeof(MPI_Comm), MPI_BYTE, 0, obj->comm)); in PetscObjectName()
|
| H A D | ptype.c | 47 else if (ptype == PETSC_BIT_LOGICAL) *mtype = MPI_BYTE; in PetscDataTypeToMPIDataType()
|
| /petsc/src/sys/fileio/ |
| H A D | mprint.c | 744 PetscCallMPI(MPI_Bcast(string, (PetscMPIInt)len, MPI_BYTE, 0, comm)); in PetscSynchronizedFGets()
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 177 PetscCallMPI(MPI_Bcast(filename, PETSC_MAX_PATH_LEN, MPI_BYTE, 0, comm)); in DMView_Network_Matplotlib()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 222 #define MPI_BYTE (3 << 20 | 1 << 8 | (int)sizeof(char)) macro
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.c | 663 link->basicunit = MPI_BYTE; in PetscSFLinkSetUp_Host()
|