Home
last modified time | relevance | path

Searched refs:MPI_Info_free (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c139 PetscCallMPI(MPI_Info_free(&info)); in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
/petsc/doc/manualpages/
H A Dmpi.www.index165 man:+MPI_Info_free++MPI_Info_free++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Info_free
504 man:+MPI_Info_free++MPI_Info_free++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Info_free
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c317 if (w->info != MPI_INFO_NULL) PetscCallMPI(MPI_Info_free(&w->info)); in PetscSFWindowSetInfo_Window()
855 if (w->info != MPI_INFO_NULL) PetscCallMPI(MPI_Info_free(&w->info)); in PetscSFReset_Window()
/petsc/include/petsc/mpiuni/
H A Dmpi.h392 #define MPI_Info_free(info) (MPIUNI_ARG(info), MPI_SUCCESS) macro
/petsc/src/vec/is/sf/interface/
H A Dsf.c386 PetscCallMPI(MPI_Info_free(&info)); in PetscSFSetFromOptions()