0032-329 0032-336
| 0032-329 Pending I/O operations when setting file size
string
, task
number
.
| Explanation: The file size is being set while there are still pending I/O operations on the
| file.
| User Response: Modify the program so that all I/O operations are complete prior to setting
| the file size.
| Error Class: MPI_ERR_OTHER
| 0032-330 Invalid offset (
number
) in
string
, task
number
.
| Explanation: A negative offset has been specified.
| User Response: Modify the value of the offset argument.
| Error Class: MPI_ERR_ARG
| 0032-332 File too big
string
, task
number
.
| Explanation: An attempt was made to write a file that exceeds the maximum file size.
| User Response: Modify your program so that the file does not exceed the maximum size.
| Error Class: MPI_ERR_OTHER
| 0032-333 Pending I/O operations when synchronizing a file
string
, task
number
.
| Explanation: A sync operation is being attempted while there are still pending I/O
| operations on the file.
| User Response: Modify the program so that all I/O operations are complete prior to
| synchronizing the file.
| Error Class: MPI_ERR_OTHER
| 0032-334 Inconsistent file inodes
string
, task
number
.
| Explanation: An open operation is being attempted and the file name corresponds to an
| inode that is not consistent with the inode associated with the file names provided by other
| processes.
| User Response: Modify the file names and make sure they are all associated with the
| same file inode.
| Error Class: MPI_ERR_NOT_SAME
| 0032-335 Inconsistent access modes
string
, task
number
.
| Explanation: An open operation is being attempted and the access mode is not consistent
| with the access modes provided by other processes.
| User Response: Modify the values of the access modes and make sure they are identical
| on all processes.
| Error Class: MPI_ERR_NOT_SAME
| 0032-336 Inconsistent file sizes
string
, task
number
| Explanation: The file size is being set and values for the new size are not identical on all
| participating processes.
| User Response: Modify the values of the new size and make sure they are identical on all
| processes.
| Error Class: MPI_ERR_NOT_SAME
Chapter 5. MPI Messages 133