Home
last modified time | relevance | path

Searched refs:errorstring (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/error/ftn-custom/
H A Dzerrf.c104 char errorstring[2 * MPI_MAX_ERROR_STRING]; in petscerrormpi_() local
109 PetscMPIErrorString(*err, 2 * MPI_MAX_ERROR_STRING, errorstring); in petscerrormpi_()
110 …SELF, *line, NULL, file, PETSC_ERR_MPI, PETSC_ERROR_INITIAL, "MPI error %d %s", *err, errorstring); in petscerrormpi_()
122 char errorstring[2 * MPI_MAX_ERROR_STRING]; in petscerrormpi_() local
124 PetscMPIErrorString(*err, 2 * MPI_MAX_ERROR_STRING, errorstring); in petscerrormpi_()
125 …OMM_SELF, 0, NULL, NULL, PETSC_ERR_MPI, PETSC_ERROR_INITIAL, "MPI error %d %s", *err, errorstring); in petscerrormpi_()
/petsc/src/sys/tests/
H A Dex74.c12 char errorstring[MPI_MAX_ERROR_STRING]; in main() local
14 MPI_Error_string(err, (char *)errorstring, &len); in main()
/petsc/src/sys/error/
H A Derr.c1066 char errorstring[MPI_MAX_ERROR_STRING]; in PetscMPIErrorString() local
1070 MPI_Error_string(err, (char *)errorstring, &len); in PetscMPIErrorString()
1072 string[j++] = errorstring[i]; in PetscMPIErrorString()
1073 if (errorstring[i] == '\n') { in PetscMPIErrorString()