1
1
openmpi/ompi/mca/io/romio314/romio/adio/include/BaseIOErrMsgs.msg
2015-04-30 18:53:03 +09:00

52 строки
2.8 KiB
Plaintext

$set 12 MPI_ERR_ARG
12 65 "Invalid offset argument"
12 67 "Null datarep argument"
12 69 "Invalid count argument"
12 71 "Invalid size argument"
12 73 "Invalid whence argument"
12 75 "flag argument must be the same on all processes"
12 77 "Invalid displacement argument"
12 79 "Invalid etype argument"
12 81 "Invalid filetype argument"
12 83 "size argument must be the same on all processes"
12 85 "offset points to a negative location in the file"
12 87 "whence argument must be the same on all processes"
12 89 "offset argument must be the same on all processes"
$set 21 MPI_ERR_AMODE
21 1 "Invalid amode"
21 3 "Exactly one of MPI_MODE_RDONLY, MPI_MODE_WRONLY, or MPI_MODE_RDWR must be specified"
21 5 "Cannot use MPI_MODE_CREATE or MPI_MODE_EXCL with MPI_MODE_RDONLY"
21 7 "Cannot specify MPI_MODE_SEQUENTIAL with MPI_MODE_RDWR"
$set 27 MPI_ERR_FILE
27 1 "Invalid file handle"
27 3 "Null file handle"
27 5 "Corrupted file handle"
$set 32 MPI_ERR_IO
32 1 "I/O Error"
32 2 "%s" 1
32 3 "Only an integral number of etypes can be accessed"
32 5 "Can't determine the file-system type. Check the filename/path you provided and try again. Otherwise, prefix the filename with a string to indicate the type of file system (piofs:, pfs:, nfs:, ufs:, hfs:, xfs:, sfs:, pvfs:, pvfs2:, ftp:, gsiftp:)"
32 7 "ROMIO has not been configured to use the PFS file system"
32 9 "ROMIO has not been configured to use the PIOFS file system"
32 11 "ROMIO has not been configured to use the UFS file system"
32 13 "ROMIO has not been configured to use the NFS file system"
32 15 "ROMIO has not been configured to use the HFS file system"
32 17 "ROMIO has not been configured to use the XFS file system"
32 19 "ROMIO has not been configured to use the SFS file system"
32 21 "ROMIO has not been configured to use the PVFS file system"
32 23 "Only one active split collective I/O operation allowed per file handle"
32 25 "No previous split collective begin"
32 27 "There are outstanding nonblocking I/O operations on this file"
32 29 "ROMIO tries to optimize this access by doing a read-modify-write, but is unable to read the file. Please give the file read permission and open it with MPI_MODE_RDWR."
32 31 "To preallocate disk space, ROMIO needs to read the file and write it back, but is unable to read the file. Please give the file read permission and open it with MPI_MODE_RDWR."
32 33 "Filetype must be constructed out of one or more etypes"
$set 43 MPI_ERR_UNSUPPORTED_DATAREP
43 1 "Unsupported data representation"
43 3 "Only native data representation currently supported"
$set 44 MPI_ERR_UNSUPPORTED_OPERATION
44 1 "Unsupported operation"
44 3 "Shared file pointer not supported on PIOFS and PVFS"
44 5 "Cannot use this function when file is opened with amode MPI_MODE_SEQUENTIAL"
44 7 "Cannot read from a file opened with amode MPI_MODE_WRONLY"
44 9 "MPI_MODE_SEQUENTIAL not supported on PIOFS and PVFS"