Searched refs:error_string (Results 1 – 1 of 1) sorted by relevance
| /phasta/phastaIO/ |
| H A D | phastaIO.cc | 979 char error_string[4096]; in openfile() local 980 MPI_Error_string(rc, error_string, &error_string_length); in openfile() 981 …fprintf(stderr, "Error openfile: Unable to open file %s! MPI reports \"%s\"\n",fname,error_string); in openfile() 1097 char error_string[4096]; in openfile() local 1098 MPI_Error_string(rc, error_string, &error_string_length); in openfile() 1099 …fprintf(stderr, "Error openfile: Unable to open file %s! MPI reports \"%s\"\n",fname,error_string); in openfile()
|