Lines Matching defs:comm
331 static inline PetscErrorCode PetscLogEventSync(PetscLogEvent e, MPI_Comm comm) in PetscLogEventSync()
469 static inline PetscErrorCode PetscMPITypeSizeComm(MPI_Comm comm, const PetscMPIInt *counts, MPI_Dat… in PetscMPITypeSizeComm()
484 static inline int PetscMPIParallelComm(MPI_Comm comm) in PetscMPIParallelComm()
491 #define MPI_Irecv(buf, count, datatype, source, tag, comm, request) \ argument
494 #define MPI_Irecv_c(buf, count, datatype, source, tag, comm, request) \ argument
497 #define MPI_Isend(buf, count, datatype, dest, tag, comm, request) \ argument
500 #define MPI_Isend_c(buf, count, datatype, dest, tag, comm, request) \ argument
511 #define MPI_Recv(buf, count, datatype, source, tag, comm, status) \ argument
514 #define MPI_Recv_c(buf, count, datatype, source, tag, comm, status) \ argument
517 #define MPI_Send(buf, count, datatype, dest, tag, comm) \ argument
520 #define MPI_Send_c(buf, count, datatype, dest, tag, comm) \ argument
530 …#define MPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm) (PetscAddLogDouble(&petsc_allre… argument
532 …#define MPI_Bcast(buffer, count, datatype, root, comm) (PetscAddLogDouble(&petsc_allreduce_ct, &pe… argument
534 #define MPI_Reduce_scatter_block(sendbuf, recvbuf, recvcount, datatype, op, comm) \ argument
537 #define MPI_Alltoall(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) \ argument
540 …e MPI_Alltoallv(sendbuf, sendcnts, sdispls, sendtype, recvbuf, recvcnts, rdispls, recvtype, comm) \ argument
543 #define MPI_Allgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm) \ argument
546 … #define MPI_Allgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, comm) \ argument
549 #define MPI_Gather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) \ argument
552 …efine MPI_Gatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, root, comm) \ argument
555 #define MPI_Scatter(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) \ argument
558 …fine MPI_Scatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, recvtype, root, comm) \ argument
561 … #define MPI_Ialltoall(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request) \ argument
564 …toallv(sendbuf, sendcnts, sdispls, sendtype, recvbuf, recvcnts, rdispls, recvtype, comm, request) \ argument
567 …#define MPI_Iallgather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, comm, request) \ argument
570 …PI_Iallgatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, comm, request) \ argument
573 …#define MPI_Igather(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, reques… argument
576 …Igatherv(sendbuf, sendcount, sendtype, recvbuf, recvcount, displs, recvtype, root, comm, request) \ argument
579 …#define MPI_Iscatter(sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm, reque… argument
582 …scatterv(sendbuf, sendcount, displs, sendtype, recvbuf, recvcount, recvtype, root, comm, request) \ argument
585 #define MPIX_Send_enqueue(buf, count, datatype, dest, tag, comm) \ argument
588 #define MPIX_Recv_enqueue(buf, count, datatype, source, tag, comm, status) \ argument
591 #define MPIX_Isend_enqueue(buf, count, datatype, dest, tag, comm, request) \ argument
594 #define MPIX_Irecv_enqueue(buf, count, datatype, source, tag, comm, request) \ argument
597 #define MPIX_Allreduce_enqueue(sendbuf, recvbuf, count, datatype, op, comm) \ argument
679 …#define PetscLogEventSync(e, comm) ((void)(e), (void)(comm), PETSC_SUCC… argument