?? baseerrnames.txt
字號:
## This file maps each MPI error class to a short name form. # This is used to support MPI_Error_string when applied to one of the# MPI classes rather than to an error code created by MPIR_Err_create_code.# By mapping the MPI codes to short generic names, we ensure that the # message strings for the defined MPI classes matches some message that# may be created by MPIR_Err_create_code.# # The format of this file is # mpi_err_xxx integer-value short-name# where "integer-value" is the same as in mpi.h (eventually, we should# generate this automatically).MPI_SUCCESS 0 **success# Communication argument parametersMPI_ERR_BUFFER 1 **bufferMPI_ERR_COUNT 2 **countMPI_ERR_TYPE 3 **dtypeMPI_ERR_TAG 4 **tagMPI_ERR_COMM 5 **commMPI_ERR_RANK 6 **rankMPI_ERR_ROOT 7 **rootMPI_ERR_TRUNCATE 14 **truncate# MPI Objects (other than COMM) MPI_ERR_GROUP 8 **groupMPI_ERR_OP 9 **opMPI_ERR_REQUEST 19 **request# Special topology argument parameters MPI_ERR_TOPOLOGY 10 **topologyMPI_ERR_DIMS 11 **dims# All other arguments. This is a class with many kinds MPI_ERR_ARG 12 **arg# Other errors that are not simply an invalid argumentMPI_ERR_OTHER 15 **otherMPI_ERR_UNKNOWN 13 **unknownMPI_ERR_INTERN 16 **intern# Multiple completion has two special error classes MPI_ERR_IN_STATUS 17 **instatusMPI_ERR_PENDING 18 **inpending# New MPI-2 Error classes MPI_ERR_FILE 27 **fileMPI_ERR_ACCESS 20 **fileaccessMPI_ERR_AMODE 21 **fileamodeMPI_ERR_BAD_FILE 22 **filenameMPI_ERR_FILE_EXISTS 25 **fileexistMPI_ERR_FILE_IN_USE 26 **fileinuseMPI_ERR_NO_SPACE 36 **filenospaceMPI_ERR_NO_SUCH_FILE 37 **filenoexistMPI_ERR_IO 32 **ioMPI_ERR_READ_ONLY 40 **filerdonlyMPI_ERR_CONVERSION 23 **conversionMPI_ERR_DUP_DATAREP 24 **datarepusedMPI_ERR_UNSUPPORTED_DATAREP 43 **datarepunsupported# MPI_ERR_INFO is NOT defined in the MPI-2 standard. I believe that# this is an oversight MPI_ERR_INFO 28 **infoMPI_ERR_INFO_KEY 29 **infokeyMPI_ERR_INFO_VALUE 30 **infovalMPI_ERR_INFO_NOKEY 31 **infonokeyMPI_ERR_NAME 33 **nameserviceMPI_ERR_NO_MEM 34 **allocmemMPI_ERR_NOT_SAME 35 **notsameMPI_ERR_PORT 38 **portMPI_ERR_QUOTA 39 **filequotaMPI_ERR_SERVICE 41 **servicenameMPI_ERR_SPAWN 42 **spawnMPI_ERR_UNSUPPORTED_OPERATION 44 **fileopunsupportedMPI_ERR_WIN 45 **winMPI_ERR_BASE 46 **baseMPI_ERR_LOCKTYPE 47 **locktypeMPI_ERR_KEYVAL 48 **keyvalMPI_ERR_RMA_CONFLICT 49 **rmaconflictMPI_ERR_RMA_SYNC 50 **rmasyncMPI_ERR_SIZE 51 **rmasizeMPI_ERR_DISP 52 **rmadispMPI_ERR_ASSERT 53 **assert
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -