📄 defmsg.h
字号:
/* -*- Mode: C; c-basic-offset:4 ; -*- *//* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. * * This file automatically created by extracterrmsgs * DO NOT EDIT */typedef struct { const char *short_name, *long_name; } msgpair;#if MPICH_ERROR_MSG_LEVEL > MPICH_ERROR_MSG_NONE/* The names are in sorted order, allowing the use of a simple linear search or bisection algorithm to find the message corresponding to a particular message */static const char short0[] = "**allocmem";static const char long0[] = "Unable to allocate memory for MPI_Alloc_mem";static const char short1[] = "**arg";static const char long1[] = "Invalid argument";static const char short2[] = "**argarrayneg";static const char long2[] = "Negative value in array ";static const char short3[] = "**argneg";static const char long3[] = "Invalid argument; must be non-negative";static const char short4[] = "**argnonpos";static const char long4[] = "Invalid argument; must be positive";static const char short5[] = "**argrange";static const char long5[] = "Argument is not within valid range";static const char short6[] = "**assert";static const char long6[] = "Invalid assert argument";static const char short7[] = "**attrsentinal";static const char long7[] = "Internal fields in an attribute have been overwritten;possible errors in using the attribute value in user code.";static const char short8[] = "**base";static const char long8[] = "Invalid base address";static const char short9[] = "**bsendbufsmall";static const char long9[] = "Buffer size is smaller than MPI_BSEND_OVERHEAD";static const char short10[] = "**bsendnobuf";static const char long10[] = "No buffer to detach. ";static const char short11[] = "**bufalias";static const char long11[] = "Buffers must not be aliased";static const char short12[] = "**bufbsend";static const char long12[] = "Insufficient space in Bsend buffer";static const char short13[] = "**bufexists";static const char long13[] = "Buffer already attached with MPI_BUFFER_ATTACH.";static const char short14[] = "**buffer";static const char long14[] = "Invalid buffer pointer";static const char short15[] = "**bufnull";static const char long15[] = "Null buffer pointer";static const char short16[] = "**cancelunknown";static const char long16[] = "Attempt to cancel an unknown type of request";static const char short17[] = "**cartcoordinvalid";static const char long17[] = "Cartesian coordinate is invalid (not in range)";static const char short18[] = "**cartdim";static const char long18[] = "Size of Cartesian grid is larger than the size of the communicator";static const char short19[] = "**cartshiftzero";static const char long19[] = "Displacement must be non-zero";static const char short20[] = "**comm";static const char long20[] = "Invalid communicator";static const char short21[] = "**commnotinter";static const char long21[] = "An intercommunicator is required but an intracommunicatorwas provided.";static const char short22[] = "**commnotintra";static const char long22[] = "An intracommunicator is required but an intercommunicatorwas provided.";static const char short23[] = "**commnull";static const char long23[] = "Null communicator";static const char short24[] = "**commperm";static const char long24[] = "Cannot free permanent communicator";static const char short25[] = "**conversion";static const char long25[] = "An error occurred in a user-defined data conversion function";static const char short26[] = "**count";static const char long26[] = "Invalid count";static const char short27[] = "**countneg";static const char long27[] = "Negative count";static const char short28[] = "**datarep";static const char long28[] = "The requested datarep name has already been specified toMPI_REGISTER_DATAREP";static const char short29[] = "**datarepunsupported";static const char long29[] = "Unsupported datarep passed to MPI_File_set_view ";static const char short30[] = "**dims";static const char long30[] = "Invalid dimension argument";static const char short31[] = "**dimsmany";static const char long31[] = "Number of dimensions is too large ";static const char short32[] = "**dimspartition";static const char long32[] = "Cannot partition nodes as requested ";static const char short33[] = "**dtype";static const char long33[] = "Invalid datatype";static const char short34[] = "**dtypecommit";static const char long34[] = "Datatype has not been committed ";static const char short35[] = "**dtypenull";static const char long35[] = "Null datatype";static const char short36[] = "**dtypeperm";static const char long36[] = "Cannot free permanent data type ";static const char short37[] = "**dupprocesses";static const char long37[] = "Local and remote groups in MPI_Intercomm_create must notcontain the same processes";static const char short38[] = "**edgeoutrange";static const char long38[] = "Edge index in graph topology is out of range";static const char short39[] = "**file";static const char long39[] = "Invalid MPI_File";static const char short40[] = "**fileaccess";static const char long40[] = "Access denied to file";static const char short41[] = "**fileamode";static const char long41[] = "Invalid amode value in MPI_File_open ";static const char short42[] = "**fileexist";static const char long42[] = "File exists";static const char short43[] = "**fileinuse";static const char long43[] = "File in use by some process";static const char short44[] = "**filename";static const char long44[] = "Invalid file name";static const char short45[] = "**filenoexist";static const char long45[] = "File does not exist";static const char short46[] = "**filenospace";static const char long46[] = "Not enough space for file ";static const char short47[] = "**fileopunsupported";static const char long47[] = "Unsupported file operation ";static const char short48[] = "**filequota";static const char long48[] = "Quota exceeded for files";static const char short49[] = "**filerdonly";static const char long49[] = "Read-only file or filesystem name";static const char short50[] = "**graphnnodes";static const char long50[] = "Number of graph nodes exceeds size of communicator.";static const char short51[] = "**group";static const char long51[] = "Invalid group";static const char short52[] = "**groupnotincomm";static const char long52[] = "Specified group is not within the communicator";static const char short53[] = "**indexneg";static const char long53[] = "Index value in graph topology must be nonnegative";static const char short54[] = "**indexnonmonotone";static const char long54[] = "Index values in graph topology must be monotone nondecreasing";static const char short55[] = "**info";static const char long55[] = "Invalid MPI_Info";static const char short56[] = "**infokey";static const char long56[] = "Invalid key for MPI_Info ";static const char short57[] = "**infokeyempty";static const char long57[] = "Empty or blank key ";static const char short58[] = "**infokeylong";static const char long58[] = "Key is too long";static const char short59[] = "**infokeynull";static const char long59[] = "Null key";static const char short60[] = "**infonkey";static const char long60[] = "Requested nth key does not exist";static const char short61[] = "**infonokey";static const char long61[] = "MPI_Info key is not defined ";static const char short62[] = "**infoval";static const char long62[] = "Invalid MPI_Info value ";static const char short63[] = "**infovallong";static const char long63[] = "Value is too long ";static const char short64[] = "**infovalnull";static const char long64[] = "Null value";static const char short65[] = "**initialized";static const char long65[] = "MPI not initialized. Call MPI_Init or MPI_Init_thread first";static const char short66[] = "**inittwice";static const char long66[] = "Cannot call MPI_INIT or MPI_INIT_THREAD more than once";static const char short67[] = "**inpending";static const char long67[] = "Pending request (no error)";static const char short68[] = "**instatus";static const char long68[] = "See the MPI_ERROR field in MPI_Status for the error code";static const char short69[] = "**intercommcoll";static const char long69[] = "Intercommunicator collective operations have not been implemented";static const char short70[] = "**intern";static const char long70[] = "Internal MPI error!";static const char short71[] = "**io";static const char long71[] = "Other I/O error ";static const char short72[] = "**keyval";static const char long72[] = "Invalid keyval";static const char short73[] = "**keyvalinvalid";static const char long73[] = "Attribute key was MPI_KEYVAL_INVALID";static const char short74[] = "**keyvalnotcomm";static const char long74[] = "Keyval was not defined for communicators";static const char short75[] = "**locktype";static const char long75[] = "Invalid locktype";static const char short76[] = "**nameservice";static const char long76[] = "Invalid service name (see MPI_Publish_name)";static const char short77[] = "**noerrclasses";static const char long77[] = "No more user-defined error classes";static const char short78[] = "**noerrcodes";static const char long78[] = "No more user-defined error codes";static const char short79[] = "**nomem";static const char long79[] = "Out of memory";static const char short80[] = "**notcarttopo";static const char long80[] = "No Cartesian topology associated with this communicator";static const char short81[] = "**notgenreq";static const char long81[] = "Attempt to complete a request with MPI_GREQUEST_COMPLETE thatwas not started with MPI_GREQUEST_START";static const char short82[] = "**notgraphtopo";static const char long82[] = "No Graph topology associated with this communicator";static const char short83[] = "**notimpl";static const char long83[] = "Function not implemented";static const char short84[] = "**notopology";static const char long84[] = "No topology associated with this communicator";static const char short85[] = "**notsame";static const char long85[] = "Inconsistent arguments to collective routine ";static const char short86[] = "**nulledge";static const char long86[] = "Edge detected from a node to the same node";static const char short87[] = "**nullptr";static const char long87[] = "Null pointer";static const char short88[] = "**nullptrtype";static const char long88[] = "Null pointer";static const char short89[] = "**op";static const char long89[] = "Invalid MPI_Op";static const char short90[] = "**opundefined";static const char long90[] = "MPI_Op operation not defined for this datatype ";static const char short91[] = "**other";static const char long91[] = "Other MPI error";static const char short92[] = "**permattr";static const char long92[] = "Cannot set permanent attribute";static const char short93[] = "**permop";static const char long93[] = "Cannot free permanent MPI_Op ";static const char short94[] = "**port";static const char long94[] = "Invalid port";static const char short95[] = "**rangedup";static const char long95[] = "The range array specifies duplicate entries";static const char short96[] = "**rangeendinvalid";static const char long96[] = "Some element of a range array is either negative or too large";static const char short97[] = "**rangestartinvalid";static const char long97[] = "Some element of a range array is either negative or too large";static const char short98[] = "**rank";static const char long98[] = "Invalid rank";static const char short99[] = "**rankarray";static const char long99[] = "Invalid rank in rank array";static const char short100[] = "**rankdup";static const char long100[] = "Duplicate ranks in rank array ";static const char short101[] = "**ranklocal";static const char long101[] = "Error specifying local_leader ";static const char short102[] = "**rankremote";static const char long102[] = "Error specifying remote_leader ";static const char short103[] = "**request";static const char long103[] = "Invalid MPI_Request";static const char short104[] = "**requestnotpersist";static const char long104[] = "Request is not persistent in MPI_Start or MPI_Startall.";static const char short105[] = "**requestpersistactive";static const char long105[] = "Persistent request passed to MPI_Start or MPI_Startall is already active.";static const char short106[] = "**rmaconflict";static const char long106[] = "Conflicting accesses to window ";static const char short107[] = "**rmadisp";static const char long107[] = "Invalid displacement argument in RMA call ";static const char short108[] = "**rmasize";static const char long108[] = "Invalid size argument in RMA call";static const char short109[] = "**rmasync";static const char long109[] = "Wrong synchronization of RMA calls ";static const char short110[] = "**root";static const char long110[] = "Invalid root";static const char short111[] = "**servicename";static const char long111[] = "Attempt to lookup an unknown service name ";static const char short112[] = "**spawn";static const char long112[] = "Error in spawn call";static const char short113[] = "**stride";static const char long113[] = "Range does not terminate";static const char short114[] = "**stridezero";static const char long114[] = "Zero stride is invalid";static const char short115[] = "**success";static const char long115[] = "No MPI error";static const char short116[] = "**tag";static const char long116[] = "Invalid tag";static const char short117[] = "**toomanycomm";static const char long117[] = "Too many communicators";static const char short118[] = "**topology";static const char long118[] = "Invalid topology";static const char short119[] = "**topotoolarge";static const char long119[] = "Topology size is greater than communicator size";static const char short120[] = "**truncate";static const char long120[] = "Message truncated";static const char short121[] = "**typenamelen";static const char long121[] = " Specified datatype name is too long";static const char short122[] = "**unknown";static const char long122[] = "Unknown error. Please file a bug report.";static const char short123[] = "**win";static const char long123[] = "Invalid MPI_Win";static const int generic_msgs_len = 124;static msgpair generic_err_msgs[] = {{ short0, long0 },{ short1, long1 },{ short2, long2 },{ short3, long3 },{ short4, long4 },{ short5, long5 },{ short6, long6 },{ short7, long7 },{ short8, long8 },{ short9, long9 },{ short10, long10 },{ short11, long11 },{ short12, long12 },{ short13, long13 },{ short14, long14 },{ short15, long15 },{ short16, long16 },{ short17, long17 },{ short18, long18 },{ short19, long19 },{ short20, long20 },{ short21, long21 },{ short22, long22 },{ short23, long23 },{ short24, long24 },{ short25, long25 },{ short26, long26 },{ short27, long27 },{ short28, long28 },{ short29, long29 },{ short30, long30 },{ short31, long31 },{ short32, long32 },{ short33, long33 },{ short34, long34 },{ short35, long35 },{ short36, long36 },{ short37, long37 },{ short38, long38 },{ short39, long39 },{ short40, long40 },{ short41, long41 },
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -