00001
00002
00003
00004
00005
00006
00007 MPI_ERR_FILE
00008 MPIR_ERR_FILE_NULL "Null file handle"
00009 MPIR_ERR_FILE_CORRUPT "Corrupted file handle"
00010
00011 MPI_ERR_AMODE
00012 3 "Exactly one of MPI_MODE_RDONLY, MPI_MODE_WRONLY, or MPI_MODE_RDWR must be specified"
00013 5 "Cannot use MPI_MODE_CREATE or MPI_MODE_EXCL with MPI_MODE_RDONLY"
00014 7 "Cannot specify MPI_MODE_SEQUENTIAL with MPI_MODE_RDWR"
00015
00016 MPI_ERR_ARG
00017 MPIR_ERR_OFFSET_ARG "Invalid offset argument"
00018 MPIR_ERR_DATAREP_ARG "Null datarep argument"
00019 MPIR_ERR_COUNT_ARG "Invalid count argument"
00020 MPIR_ERR_SIZE_ARG "Invalid size argument"
00021 MPIR_ERR_WHENCE_ARG "Invalid whence argument"
00022 MPIR_ERR_FLAG_ARG "flag argument must be the same on all processes"
00023 MPIR_ERR_DISP_ARG "Invalid displacement argument"
00024 MPIR_ERR_ETYPE_ARG "Invalid etype argument"
00025 MPIR_ERR_FILETYPE_ARG "Invalid filetype argument"
00026 MPIR_ERR_SIZE_ARG_NOT_SAME "size argument must be the same on all processes"
00027 MPIR_ERR_OFFSET_ARG_NEG "offset points to a negative location in the file"
00028 MPIR_ERR_WHENCE_ARG_NOT_SAME "whence argument must be the same on all processes"
00029 MPIR_ERR_OFFSET_ARG_NOT_SAME "offset argument must be the same on all processes"
00030
00031 MPI_ERR_TYPE
00032 MPIR_ERR_TYPE_NULL (null datatype. from MPICH)
00033
00034 MPI_ERR_UNSUPPORTED_OPERATION
00035 MPIR_ERR_NO_SHARED_FP "Shared file pointer not supported on PIOFS and PVFS"
00036 MPIR_ERR_AMODE_SEQ "Cannot use this function when file is opened with amode MPI_MODE_SEQUENTIAL"
00037 MPIR_ERR_MODE_WRONLY "Cannot read from a file opened with amode MPI_MODE_WRONLY"
00038 MPIR_ERR_NO_MODE_SEQ "MPI_MODE_SEQUENTIAL not supported on PIOFS and PVFS"
00039
00040 MPI_ERR_REQUEST
00041 MPIR_ERR_REQUEST_NULL (null request. from MPICH)
00042
00043 MPI_ERR_IO
00044 MPIR_ERR_ETYPE_FRACTIONAL "Only an integral number of etypes can be accessed"
00045 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:, panfs: ftp: gsiftp:)"
00046 MPIR_ERR_NO_PFS "ROMIO has not been configured to use the PFS file system"
00047 MPIR_ERR_NO_PIOFS "ROMIO has not been configured to use the PIOFS file system"
00048 MPIR_ERR_NO_UFS "ROMIO has not been configured to use the UFS file system"
00049 MPIR_ERR_NO_NFS "ROMIO has not been configured to use the NFS file system"
00050 MPIR_ERR_NO_HFS "ROMIO has not been configured to use the HFS file system"
00051 MPIR_ERR_NO_XFS "ROMIO has not been configured to use the XFS file system"
00052 MPIR_ERR_NO_SFS "ROMIO has not been configured to use the SFS file system"
00053 MPIR_ERR_NO_PVFS "ROMIO has not been configured to use the PVFS file system"
00054 MPIR_ERR_NO_PANFS "ROMIO has not been configured to use the PANFS 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 MPIR_ERR_DEFERRED "independent IO attempted even though no_indep_rw hint given"
00064 MPIR_ERR_NO_BGL "ROMIO has not been configured to use the BGL file system"
00065
00066 MPI_ERR_COMM
00067 MPIR_ERR_COMM_NULL (null communicator. from MPICH)
00068 MPIR_ERR_COMM_INTER (no intercommunicator. (from MPICH)
00069
00070 MPI_ERR_UNSUPPORTED_DATAREP
00071 MPIR_ERR_NOT_NATIVE_DATAREP "Only native data representation currently supported"
00072
00073