Home
last modified time | relevance | path

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

/petsc/src/sys/utils/
H A Dmpits.c88 …for (i = 0; i < nto; i++) PetscCallMPI(MPI_Issend((void *)(tdata + count * unitbytes * i), count, … in PetscCommBuildTwoSided_Ibarrier()
347 …for (i = 0; i < nto; i++) PetscCallMPI(MPI_Issend((void *)(tdata + count * unitbytes * i), count, … in PetscCommBuildTwoSidedFReq_Ibarrier()
/petsc/doc/manualpages/
H A Dmpi.www.index197 man:+MPI_Issend++MPI_Issend++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Issend.html#MPI…
538 man:+MPI_Issend++MPI_Issend++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Issend.html#MPI…
/petsc/include/petsc/mpiuni/
H A Dmpi.h425 …#define MPI_Issend(buf, count, datatype, dest, tag, comm, request) (M… macro