Home
last modified time | relevance | path

Searched refs:MPI_Send_c (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetsclog.h520 #define MPI_Send_c(buf, count, datatype, dest, tag, comm) \ macro
521 …eSize((count), (datatype), (&petsc_send_len), (&petsc_send_len_th)) || MPI_Send_c((buf), (count), …
H A Dpetscsys.h2842 …#define MPIU_Send(buf, count, dtype, dest, tag, comm) MPI_Send_c(buf, (MPI_Count)(…
/petsc/include/petsc/mpiuni/
H A Dmpi.h413 …#define MPI_Send_c MP… macro