Searched refs:MPI_Isend (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex8.c | 57 PetscCallMPI(MPI_Isend(&fctx->todata[tonum].rank, 1, MPIU_INT, rank, tag[0], comm, &req[0])); in FSend() 58 PetscCallMPI(MPI_Isend(&fctx->todata[tonum].value, 1, MPIU_SCALAR, rank, tag[1], comm, &req[1])); in FSend()
|
| /petsc/src/sys/tutorials/ |
| H A D | ex3f90.F90 | 90 …PetscCallMPIA(MPI_Isend(message, msgLen, MPIU_REAL, mod(rank + 1_PETSC_MPIINT_KIND, size), tagMsg … 200 …PetscCallMPIA(MPI_Isend(message, msgLen, MPIU_REAL, mod(rank + 1_PETSC_MPIINT_KIND, size), tagMsg …
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpiunifdef.h | 25 #define MPI_Isend PETSC_MPI_ISEND macro
|
| H A D | mpi.h | 429 …e MPI_Isend_c MPI_Isend 430 …#define MPI_Isend(buf, count, datatype, dest, tag, comm, request) (M… macro
|
| /petsc/doc/manualpages/ |
| H A D | mpi.www.index | 196 man:+MPI_Isend++MPI_Isend++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Isend.html#MPI_Is… 537 man:+MPI_Isend++MPI_Isend++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Isend.html#MPI_Is…
|
| /petsc/include/ |
| H A D | petsclog.h | 497 #define MPI_Isend(buf, count, datatype, dest, tag, comm, request) \ macro 498 …Size((count), (datatype), &(petsc_isend_len), &(petsc_isend_len_th)) || MPI_Isend((buf), (count), …
|
| H A D | petscsys.h | 2758 err = MPI_Isend((void *)buf, count2, dtype, dest, tag, comm, request); in MPIU_Isend()
|