0032-282 0032-305
| 0032-282 Invalid info key number (
number
) in
string
, task
number
.
| Explanation: The info key number specified must be between 0 and N-1, where N is the
| number of keys currently defined in the info argument.
| User Response: Correct the info key number argument.
| Error Class: MPI_ERR_ARG
| 0032-283 Invalid info argument (
number
) in
string
, task
number
| Explanation: The info handle provided does not represent a valid MPI_Info object.
| User Response: Make sure the info argument has been created and has not been freed
| yet.
| Error Class: MPI_ERR_INFO
| 0032-300 Invalid file handle (
number
) in
string
, task
number
.
| Explanation: The file handle specified is not associated with an open file.
| User Response: Make sure the file has not already been closed.
| Error Class: MPI_ERR_FILE
| 0032-301 Pathname too long
string
, task
number
.
| Explanation: The pathname specified is too long.
| User Response: Shorten the pathname.
| Error Class: MPI_ERR_BAD_FILE
| 0032-302 Invalid access mode (
number
) in
string
, task
number
.
| Explanation: The amode argument specified is invalid.
| User Response: Correct the amode argument.
| Error Class: MPI_ERR_AMODE
| 0032-303 File does not exist
string
, task
number
.
| Explanation: The name specified does not correspond to an existing file or directory.
| User Response: Correct the file name argument.
| Error Class: MPI_ERR_NO_SUCH_FILE
| 0032-304 Unsupported operation on sequential access file
string
, task
number
.
| Explanation: The operation attempted is not supported on a file opened in
| MPI_MODE_SEQUENTIAL amode.
| User Response: Close the file and re-open it with the appropriate amode.
| Error Class: MPI_ERR_UNSUPPORTED_OPERATION
| 0032-305 Pending I/O operations when closing a file
string
, task
number
.
| Explanation: The file is being closed while there are still pending I/O operations on it.
| MPI_FILE_CLOSE does not provide an implicit MPI_WAIT on uncompleted nonblocking file
| operations.
| User Response: Modify the program so that all I/O operations are complete prior to closing
| the file.
| Error Class: MPI_ERR_OTHER
Chapter 5. MPI Messages 129