00001
00002
00003
00004
00005
00006
00007
00008 MPI_ERR_FILE
00009 MPIR_ERR_FILE_NULL "Null file handle"
00010 MPIR_ERR_FILE_CORRUPT "Corrupted file handle"
00011
00012 MPI_ERR_AMODE
00013 3 "Exactly one of MPI_MODE_RDONLY, MPI_MODE_WRONLY, or MPI_MODE_RDWR must be specified"
00014 5 "Cannot use MPI_MODE_CREATE or MPI_MODE_EXCL with MPI_MODE_RDONLY"
00015 7 "Cannot specify MPI_MODE_SEQUENTIAL with MPI_MODE_RDWR"
00016
00017 MPI_ERR_ARG
00018 MPIR_ERR_OFFSET_ARG "Invalid offset argument"
00019 MPIR_ERR_DATAREP_ARG "Null datarep argument"
00020 MPIR_ERR_COUNT_ARG "Invalid count argument"
00021 MPIR_ERR_SIZE_ARG "Invalid size argument"
00022 MPIR_ERR_WHENCE_ARG "Invalid whence argument"
00023 MPIR_ERR_FLAG_ARG "flag argument must be the same on all processes"
00024 MPIR_ERR_DISP_ARG "Invalid displacement argument"
00025 MPIR_ERR_ETYPE_ARG "Invalid etype argument"
00026 MPIR_ERR_FILETYPE_ARG "Invalid filetype argument"
00027 MPIR_ERR_SIZE_ARG_NOT_SAME "size argument must be the same on all processes"
00028 MPIR_ERR_OFFSET_ARG_NEG "offset points to a negative location in the file"
00029 MPIR_ERR_WHENCE_ARG_NOT_SAME "whence argument must be the same on all processes"
00030 MPIR_ERR_OFFSET_ARG_NOT_SAME "offset argument must be the same on all processes"
00031
00032 MPI_ERR_TYPE
00033 MPIR_ERR_TYPE_NULL (null datatype. from MPICH)
00034
00035 MPI_ERR_UNSUPPORTED_OPERATION
00036 MPIR_ERR_NO_SHARED_FP "Shared file pointer not supported on PIOFS and PVFS"
00037 MPIR_ERR_AMODE_SEQ "Cannot use this function when file is opened with amode MPI_MODE_SEQUENTIAL"
00038 MPIR_ERR_MODE_WRONLY "Cannot read from a file opened with amode MPI_MODE_WRONLY"
00039 MPIR_ERR_NO_MODE_SEQ "MPI_MODE_SEQUENTIAL not supported on PIOFS and PVFS"
00040
00041 MPI_ERR_REQUEST
00042 MPIR_ERR_REQUEST_NULL (null request. from MPICH)
00043
00044 MPI_ERR_IO
00045 MPIR_ERR_ETYPE_FRACTIONAL "Only an integral number of etypes can be accessed"
00046 MPIR_ERR_NO_FSTYPE "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 sytem (piofs:, pfs:, nfs:, ufs:, hfs:, xfs:, sfs:, pvfs:)"
00047 MPIR_ERR_NO_PFS "ROMIO has not been configured to use the PFS file system"
00048 MPIR_ERR_NO_PIOFS "ROMIO has not been configured to use the PIOFS file system"
00049 MPIR_ERR_NO_UFS "ROMIO has not been configured to use the UFS file system"
00050 MPIR_ERR_NO_NFS "ROMIO has not been configured to use the NFS file system"
00051 MPIR_ERR_NO_HFS "ROMIO has not been configured to use the HFS file system"
00052 MPIR_ERR_NO_XFS "ROMIO has not been configured to use the XFS file system"
00053 MPIR_ERR_NO_SFS "ROMIO has not been configured to use the SFS file system"
00054 MPIR_ERR_NO_PVFS "ROMIO has not been configured to use the PVFS file system"
00055 MPIR_ERR_MULTIPLE_SPLIT_COLL "Only one active split collective I/O operation allowed per file handle"
00056 MPIR_ERR_NO_SPLIT_COLL "No previous split collective begin"
00057 MPIR_ERR_ASYNC_OUTSTANDING "There are outstanding nonblocking I/O operations on this file"
00058 MPIR_ADIO_ERROR "I/O Error" strerror(errno)
00059 MPIR_READ_PERM "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."
00060 MPIR_PREALLOC_PERM "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."
00061 MPIR_ERR_FILETYPE "Filetype must be constructed out of one or more etypes"
00062 MPIR_ERR_NO_TESTFS "ROMIO has not been configured to use the TESTFS file system"
00063
00064 MPI_ERR_COMM
00065 MPIR_ERR_COMM_NULL (null communicator. from MPICH)
00066 MPIR_ERR_COMM_INTER (no intercommunicator. (from MPICH)
00067
00068 MPI_ERR_UNSUPPORTED_DATAREP
00069 MPIR_ERR_NOT_NATIVE_DATAREP "Only native data representation currently supported"
00070
00071