Home
last modified time | relevance | path

Searched refs:MPI_Delete_function (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/mpiuni/
H A Dmpi.h308 typedef int(MPI_Delete_function)(MPI_Comm, int, void *, void *); typedef
310 #define MPI_NULL_DELETE_FN (MPI_Delete_function *)0
356 #define MPI_Comm_delete_attr_function MPI_Delete_function
373 MPIUni_PETSC_EXTERN int MPI_Keyval_create(MPI_Copy_function *, MPI_Delete_function *, int *, voi…
/petsc/src/sys/mpiuni/
H A Dmpi.c36 MPI_Delete_function *del;
159 …reate_keyval(PETSC_UNUSED MPI_Copy_function *copy_fn, PETSC_UNUSED MPI_Delete_function *delete_fn,… in MPI_Comm_create_keyval()