Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex74.c14 MPI_Error_string(err, (char *)errorstring, &len); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPETSc.pyx101 int MPI_Error_string(int, char[], int*)
109 <void>MPI_Error_string(ierr, mpi_err_str, &result_len)
/petsc/doc/manualpages/
H A Dmpi.www.index141 man:+MPI_Error_string++MPI_Error_string++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Err…
480 man:+MPI_Error_string++MPI_Error_string++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Err…
/petsc/src/sys/error/
H A Derr.c1070 MPI_Error_string(err, (char *)errorstring, &len); in PetscMPIErrorString()
/petsc/include/petsc/mpiuni/
H A Dmpi.h566 #define MPI_Error_string(errorcode, string, result_len) \ macro