⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errnames.txt

📁 fortran并行计算包
💻 TXT
📖 第 1 页 / 共 5 页
字号:
**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**finalized:MPI has already called MPI_Finalize**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)**nomem %s %d:Out of memory (unable to allocate a '%s' of size %d)**nomem %s:Out of memory (unable to allocate a '%s')**nomem %d:Out of memory (unable to allocate %d bytes)**nomem2:Unable to allocate memory (probably out of memory)**nomem2 %d %s:Unable to allocate %d bytes of memory for %s (probably out of memory)**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**keyvalobj:Keyval was not defined for the supplied object**keyvalobj %s:Keyval was not defined for %s objects**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)**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**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**groupperm:Cannot free permanent 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**inttoosmall:An address does not fit into a Fortran INTEGER.  Use \ MPI_Get_address instead**namepublish:Unable to publish service name**namepublish %s:Unable to publish service name %s**namepubnotpub:Lookup failed for service name **namepubnotpub %s:Lookup failed for service name %s**nonamepub:No name publishing service available**namepubfile:Unable to publish service name**namepubfile %s %s %s:Unable to publish service name %s using file %s for \ reason %s**namepubnotfound:Lookup failed for service name**namepubnotfound %s:Lookup failed for service name %s**namepubnotunpub:Failed to unpublish service name**namepubnotunpub %s:Failed to unpublish service name %s**needthreads:This function needs threads and threads have not been enabled**sendbuf_inplace:sendbuf cannot be MPI_IN_PLACE**recvbuf_inplace:recvbuf cannot be MPI_IN_PLACE**buf_inplace:buffer cannot be MPI_IN_PLACE**typematchnoclass:The value of typeclass is not one of MPI_TYPECLASS_REAL, \MPI_TYPECLASS_INTEGER, or MPI_TYPECLASS_COMPLEX**typematchsize:No MPI datatype available for the given typeclass and size**typematchsize %s %d:No MPI datatype available for typeclass %s and size %d**nouniquehigh:Could not determine which group to place first in merged \ intracommunicator.  Please use the parameter high to choose which group \ should be placed first.**f90typetoomany:Too many requests for unnamed, predefined f90 types**f90typetoomany %s %d:Too many requests for unnamed, predefined f90 %s \ types; no more than %d allowed.**f90typeintnone: No integer type with the requested range is available**f90typeintnone %d: No integer type with %d digits of range is avaiable**f90typerealnone: No real type with the requested range and/or precision \ is available**f90typerealnone %d %d: No real type with both %d digits of precision \ and an exponent range of %d is available**f90typecomplexnone: No complex type with the requested range and/or \ precision is available**f90typecomplexnone %d %d: No complex type with both %d digits of precision \ and an exponent range of %d is available#**noConnInfoToString:No ConnInfoToString routine defined for this process group#**typeinitbadmem:builtin datatype handle references invalid memory**typeinitbadmem %d:%dth builtin datatype handle references invalid memory**typeinitfail:Did not initialize name for all of the predefined datatypes**typeinitfail %d:Did not initialize name for all of the predefined datatypes \ (only did first %d)**typeinitminmaxloc: Could not determine pointer for predefined minloc or \ maxloc type.  Initialization of those names failed.**unableToLoadDLL: Unable to load a dynamically loadable library**unableToLoadDLL %s %s: Unable to load the dynamically loadable library %s \ for reason %s**unableToLoadDLLsym: Unable to find or load a symbol from a dynamically \ loadable library**unableToLoadDLLsym %s %s: Unable to find or load the symbol %s from a \ dynamically loaded library for reason %s# -- FIXME: Some (but not all) of the messages below this line have been used#---- The messages below this line haven't been used yet.#**buffer:Invalid buffer pointer**bufalias:Buffers must not be aliased**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**dtypenull %s:Datatype for argument %s is a 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.**dtypemismatch:Receiving data with a datatype whose signature does not match that of the sending datatype.**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; value is %d but must \be in the range 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**arg:Invalid argument**arg %s:Invalid argument %s**argerrcode:Invalid error code**argerrcode %d:Invalid error code %d**errhandler:Invalid errhandler**errhandlernull:Null errhandler **errhandlerperm:Cannot free permanent error handler**errhandlerperm %s:Cannot free permanent error handler %s**errhandnotfile:Error handler is not a file error handler**errhandnotwin:Error handler is not a win error handler**statusignore:Invalid use of MPI_STATUS_IGNORE or MPI_STATUSES_IGNORE**darraydist:For MPI_DISTRIBUTE_NONE, the number of processes in that \      dimension of the grid must be 1**darraydist %d %d:For MPI_DISTRIBUTE_NONE, the value of array_of_psizes[%d] \ is %d but must have value 1**darrayunknown:Unknown distribution type 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -