Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Ddevice.cxx649 PetscCallMPI(MPI_Comm_get_name(comm, name, &len)); in PetscDeviceInitializeFromOptions_Internal()
/petsc/include/petsc/mpiuni/
H A Dmpi.h364 #define MPI_Comm_get_name Petsc_MPI_Comm_get_name macro
398 MPIUni_PETSC_EXTERN int MPI_Comm_get_name(MPI_Comm, char *, int *);
/petsc/doc/manualpages/
H A Dmpi.www.index65 man:+MPI_Comm_get_name++MPI_Comm_get_name++++man+http://www.mpich.org/static/docs/latest/www3/MPI_C…
404 man:+MPI_Comm_get_name++MPI_Comm_get_name++++man+http://www.mpich.org/static/docs/latest/www3/MPI_C…
/petsc/src/sys/mpiuni/
H A Dmpi.c270 int MPI_Comm_get_name(MPI_Comm comm, char *comm_name, int *resultlen) in MPI_Comm_get_name() function
/petsc/doc/changes/
H A D317.md35 - Add `MPI_Comm_get_name()` and `MPI_Comm_set_name()` to MPIUNI