Searched refs:blocklength (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 468 …#define MPI_Type_vector(count, blocklength, stride, oldtype, newtype) (MPIUNI_ARG(count), MPIUNI_… argument 469 …#define MPI_Type_hvector(count, blocklength, stride, oldtype, newtype) (MPIUNI_ARG(count), MPIUNI_… argument 609 …#define MPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype… argument 610 …(MPIUNI_ARG(count), MPIUNI_ARG(blocklength), MPIUNI_ARG(array_of_displacements), MPIUNI_ARG(oldtyp…
|