Home
last modified time | relevance | path

Searched refs:MPI_Comm_set_name (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/mpiuni/
H A Dmpi.h365 #define MPI_Comm_set_name Petsc_MPI_Comm_set_name macro
399 MPIUni_PETSC_EXTERN int MPI_Comm_set_name(MPI_Comm, const char *);
/petsc/doc/manualpages/
H A Dmpi.www.index74 man:+MPI_Comm_set_name++MPI_Comm_set_name++++man+http://www.mpich.org/static/docs/latest/www3/MPI_C…
413 man:+MPI_Comm_set_name++MPI_Comm_set_name++++man+http://www.mpich.org/static/docs/latest/www3/MPI_C…
/petsc/src/sys/mpiuni/
H A Dmpi.c279 int MPI_Comm_set_name(MPI_Comm comm, const char *comm_name) in MPI_Comm_set_name() function
/petsc/doc/changes/
H A D317.md35 - Add `MPI_Comm_get_name()` and `MPI_Comm_set_name()` to MPIUNI