0032-320 0032-328
|0032-320 Invalid displacement (
number
) in
string
, task
number
.
|Explanation: A negative displacement has been specified.
|User Response: Modify the value of the disp argument.
|Error Class: MPI_ERR_ARG
|0032-321 Permission denied
string
, task
number
.
|Explanation: The user does not have the required access permissions on the file.
|User Response: Modify file access permissions.
|Error Class: MPI_ERR_ACCESS
|0032-322 File already exists
string
, task
number
.
|Explanation: The file already exists, and MPI_MODE_CREATE and MPI_MODE_EXCL
|have been specified.
|User Response: Modify access mode or make sure file does not exist at open.
|Error Class: MPI_ERR_FILE_EXISTS
|0032-323 Not enough space in file system
string
, task
number
.
|Explanation: The file system does not have the required space to complete the requested
|operation.
|User Response: Increase file system size.
|Error Class: MPI_ERR_NO_SPACE
|0032-324 File is a directory
string
, task
number
.
|Explanation: The file specified is a directory.
|User Response: Modify file pathname.
|Error Class: MPI_ERR_BAD_FILE
|0032-326 Read-only file system
string
, task
number
.
|Explanation: The requested operation cannot be performed on the file specified, which
|resides in a read-only file system.
|User Response: Modify file pathname or change file system attributes.
|Error Class: MPI_ERR_READ_ONLY
|0032-327 Pending I/O operations when setting a view
string
, task
number
.
|Explanation: A view 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 new view on the file.
|Error Class: MPI_ERR_OTHER
|0032-328 Invalid data representation
string
, task
number
.
|Explanation: An invalid data representation was specified.
|User Response: Assign to datarep either a predefined data representation or a
|user-defined data representation that has been previously registered.
|Error Class: MPI_ERR_ARG
132 IBM PE for AIX V2R4.0: Messages