Searched refs:MPIUNI_ARG (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 159 #define MPIUNI_ARG(arg) (MPIUNI_TMP = (void *)(MPI_Aint)(arg)) macro 390 #define MPI_Info_create(info) (MPIUNI_ARG(info), MPI_SUCCESS) 391 #define MPI_Info_set(info, a, b) (MPIUNI_ARG(info), MPIUNI_ARG(a), MPIUNI_ARG(b), MPI_SUCCESS) 392 #define MPI_Info_free(info) (MPIUNI_ARG(info), MPI_SUCCESS) 414 … (MPIUNI_ARG(buf), MPIUNI_ARG(count), MPIUNI_ARG(datatype), MPIUNI_ARG(dest… 416 … (MPIUNI_ARG(buf), MPIUNI_ARG(count), MPIUNI_ARG(datatype), MPIUNI_ARG(source), MPIUN… 418 … (MPIUNI_ARG(status), MPIUNI_ARG(datatype), MPIUNI… 419 … (MPIUNI_ARG(buf), MPIUNI_ARG(count), MPIUNI_ARG(datatype), MPIUNI_ARG(dest… 420 … (MPIUNI_ARG(buf), MPIUNI_ARG(count), MPIUNI_ARG(datatype), MPIUNI_ARG(dest… 421 … (MPIUNI_ARG(buf), MPIUNI_ARG(count), MPIUNI_ARG(datatype), MPIUNI_ARG(dest… [all …]
|