📄 errnames.txt
字号:
**argnonpos:Invalid argument; must be positive**argnonpos %s %d:Invalid value for %s; must be positive but is %d**argneg:Invalid argument; must be non-negative**argneg %s %d:Invalid value for %s, must be non-negative but is %d**countneg:Negative count**countneg %d:Negative count, value is %d**initialized:MPI not initialized. Call MPI_Init or MPI_Init_thread first**inittwice:Cannot call MPI_INIT or MPI_INIT_THREAD more than once**nomem:Out of memory**nomem %d %d:Out of memory (requested %d but only %d available)**notimpl:Function not implemented**notimpl %s:Function %s not implemented**nullptr:Null pointer**nullptr %s:Null pointer in parameter %s**nullptrtype:Null pointer**nullptrtype %s:Null %s pointer**commnamelen: Specified communicator name is too long**commnamelen %d: Specified communicator name is too long (%d characters)**winnamelen: Specified window object name is too long**winnamelen %d: Specified window object name is too long (%d characters)**typenamelen: Specified datatype name is too long**typenamelen %d: Specified datatype name is too long (%d characters)**success:No MPI error**fileexist:File exists**fileexist %s:File %s exists**keyvalnotcomm:Keyval was not defined for communicators**keyvalnotwin:Keyval was not defined for window objects**keyvalnotfile:Keyval was not defined for files**keyvalinvalid:Attribute key was MPI_KEYVAL_INVALID**permattr:Cannot set permanent attribute**keyval:Invalid keyval**noerrclasses:No more user-defined error classes**noerrcodes:No more user-defined error codes**rankdup:Duplicate ranks in rank array **rankdup %d %d %d:Duplicate ranks in rank array at index %d, has value %d which is\also the value at index %d**topotoolarge:Topology size is greater than communicator size**topotoolarge %d %d:Topology size %d is larger than communicator size (%d)**notcarttopo:No Cartesian topology associated with this communicator**notgraphtopo:No Graph topology associated with this communicator**notopology:No topology associated with this communicator**dimsmany:Number of dimensions is too large **dimsmany %d %d:Number of dimensions %d is too large (maximum is %d)**dimspartition:Cannot partition nodes as requested **cartcoordinvalid:Cartesian coordinate is invalid (not in range)**cartcoordinvalid %d %d %d: Cartesian coordinate for the %d coordinate\ is %d but must be between 0 and %d**cartdim:Size of Cartesian grid is larger than the size of the communicator**cartdim %d %d:Size of the communicator (%d) is smaller than the size of the\ Cartesian topology (%d)**cartshiftzero:Displacement must be non-zero**edgeoutrange:Edge index in graph topology is out of range**edgeoutrange %d %d %d:Edge index edges[%d] is %d but must be nonnegative\ and less than %d**nulledge:Edge detected from a node to the same node**nulledge %d %d:Edge for node %d (entry edges[%d]) is to itself**indexneg:Index value in graph topology must be nonnegative**indexneg %d %d:Index value for index[%d] is %d but must be nonnegative**indexnonmonotone:Index values in graph topology must be monotone nondecreasing**indexnonmonotone %d %d %d:Index values in graph topology must be monotone\ nondecreasing but index[%d] is %d but the next index value is %d**graphnnodes:Number of graph nodes exceeds size of communicator.**rangedup:The range array specifies duplicate entries**rangedup %d %d %d:The range array specifies duplicate entries; process %d\ specified in range array %d was previously specified in range array %d**rank:Invalid rank**rank %d %d:Invalid rank has value %d but must be nonnegative and less than %d**stride:Range does not terminate**stride %d %d %d:Range (start = %d, end = %d, stride = %d) does not terminate**stridezero:Zero stride is invalid**rangeinvalid:Invalid range**rangestartinvalid:Some element of a range array is either negative or too large**rangestartinvalid %d %d %d:The %dth element of a range array starts at %d\ but must be nonnegative and less than %d**rangeendinvalid:Some element of a range array is either negative or too large**rangeendinvalid %d %d %d:The %dth element of a range array ends at %d\ but must be nonnegative and less than %d**argrange:Argument is not within valid range**argrange %s %d %d:Argument %s has value %d but must be within [0,%d]**argarrayneg:Negative value in array **argarrayneg %s %d %d:Negative value in array %s[%d] (value is %d)**bufexists:Buffer already attached with MPI_BUFFER_ATTACH.**bsendbufsmall:Buffer size is smaller than MPI_BSEND_OVERHEAD**bsendbufsmall %d %d:Buffer size of %d is smaller than MPI_BSEND_OVERHEAD (%d)**notgenreq:Attempt to complete a request with MPI_GREQUEST_COMPLETE that\was not started with MPI_GREQUEST_START**cancelperrecv:Cancellation of persistent receive requests is not supported**cancelpersend:Cancellation of persistent send requests is not supported**cancelsend:Cancellation of send requests is not supported**cancelunknown:Attempt to cancel an unknown type of request**permop:Cannot free permanent MPI_Op **attrsentinal:Internal fields in an attribute have been overwritten;\ possible errors in using the attribute value in user code.**toomanycomm:Too many communicators**commperm:Cannot free permanent communicator**commperm %s:Cannot free permanent communicator %s**group:Invalid group**groupnotincomm:Specified group is not within the communicator**groupnotincomm %d:Rank %d of the specified group is not a member of this communicator**commnotintra:An intracommunicator is required but an intercommunicator\ was provided.**commnotinter:An intercommunicator is required but an intracommunicator\ was provided.**ranklocal:Error specifying local_leader **ranklocal %d %d:Error specifying local_leader; rank given was %d but must\be in the range 0 to %d**rankremote:Error specifying remote_leader **rankremote %d %d:Error specifying remote_leader; rank given was %d but must\be in the range 0 to %d**ranksdistinct:Local and remote leaders must be different processes**dupprocesses:Local and remote groups in MPI_Intercomm_create must not\ contain the same processes**dupprocesses %d:Local and remote groups in MPI_Intercomm_create must not\ contain the same processes; both contain process %d**tag:Invalid tag**tag %d:Invalid tag, value is %d**count:Invalid count**count %d:Invalid count, value = %d**bufnull:Null buffer pointer**intercommcoll:Intercommunicator collective operations have not been implemented**intercommcoll %s:Intercommunicator collective operation for %s has not been implemented**bufbsend:Insufficient space in Bsend buffer**bufbsend %d %d:Insufficient space in Bsend buffer; requested %d; total\ buffer size is %d**bsendnobuf:No buffer to detach. #---- The messages below this line haven't been used yet.**buffer:Invalid buffer pointer**bufalias:Buffers must not be aliased**bufalias %s %s:Buffer parameters %s and %s must not be aliased **bufsize:Invalid buffer size**bufsize %d:Invalid buffer size (value is %d)**countarray:Invalid count in count array **countarray %d %d:Invalid count in the %d element of the count array; value\is %d**dtype:Invalid datatype**dtypenull:Null datatype**dtypenullarray:Null datatype in array of datatypes**dtypenullarray %s %d:Null datatype in array of datatypes %s[%d]**dtypecommit:Datatype has not been committed **dtypeperm:Cannot free permanent data type **dtypeperm %s:Cannot free permanent data type %s**dtypepermcontents:Cannot get contents of a permanent or basic data type **dtypepermcontents %s:Cannot get contents of a permanent or basic data type %s**dtypename:Cannot set name in data type **dtypenomatch:Type signatures do not match in communication**dtypecomm:Pack buffer not packed for this communicator. **comm:Invalid communicator**commnull:Null communicator**intercomm:Intercommunicator is not allowed **intracomm:Intracommunicator is not allowed **commname:Cannot set name in communicator **commpeer:Peer communicator is not valid **commlocalnull:Local communicator must not be MPI_COMM_NULL**rankarray:Invalid rank in rank array**rankarray %d %d %d:Invalid rank in rank array at index %d, has value %d but must\be in the range 0 to %d**rankarray %d %d %d:Invalid rank in rank array[%d], value is %d but must be in 0 to %d.**root:Invalid root**root %d:Invalid root (value given was %d)**rootlarge:Value of root is too large**rootlarge %d %d:Value of root is too large (value is %d but must be less than %d)**groupnull:Null group**op:Invalid MPI_Op**opnull:Null MPI_Op**opundefined:MPI_Op operation not defined for this datatype **opundefined %s:MPI_Op %s operation not defined for this datatype **topology:Invalid topology**grapharraysize:Specified edge less than zero or greater than nnodes**grapharraysize %d %d %d:Specified edge %d is %d but must be at least zero\ and less than %d**dims:Invalid dimension argument**dims %d:Invalid dimension argument (value is %d)**dimsarray:Invalid dimension argument in array **dimsarray %d %d:Value of dims[%d] is %d which is invalid**dimstensor:Tensor product size does not match nnodes**dimstensor %d %d:Tensor product size is %d but must be the same as the number of\ nodes, which is %d**dimspartition:Cannot partition nodes as requested **arg:Invalid argument**arg %s:Invalid argument %s**argerrcode:Invalid error code**argerrcode %d:Invalid error code %d
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -