This section describes the message conventions and lists all messages for input-argument errors, computational errors, resource errors, communication errors, informational and attention messages, and miscellaneous errors.
About Upper- and Lowercase:
The literals, such as 'N', 'T', 'U', and so forth, appear in the messages in this book in uppercase; however, they may be specified in your Parallel ESSL calling sequence in either upper- or lowercase, for example, 'n', 't', and 'u'.
Message Format:
The Parallel ESSL messages are issued in your output in the following format:
rtn-name : 0040-nnn Context(l) Task(k) Process(p,q) Grid P × Q message-text |
The parts of the Parallel ESSL message are as follows:
If p = q = -1 and the context is valid, then the same error occurred on all the processes, but is only reported on P00.
RTN_NAME : 0040-001 Context(_) Task(_) Process(_,_) Grid _ x _ The SCOPE (ARG NO. _) of a broadcast must be 'R', 'C', or 'A' RTN_NAME : 0040-002 Context(_) Task(_) Process(_,_) Grid _ x _ UPLO (ARG NO. _), which specifies whether an input matrix (ARG NO. _) is upper or lower, must be 'U' or 'L'. RTN_NAME : 0040-003 Context(_) Task(_) Process(_,_) Grid _ x _ DIAG (ARG NO. _), which specifies whether an input matrix (ARG NO. _) is unit, must be 'U' or 'N'. RTN_NAME : 0040-004 Context(_) Task(_) Process(_,_) Grid _ x _ The process row (ARG NO. _) must be greater than or equal to zero and less than the total number of processes in a row. RTN_NAME : 0040-005 Context(_) Task(_) Process(_,_) Grid _ x _ The process column (ARG NO. _) must be greater than or equal to zero and less than the total number of processes in a column. RTN_NAME : 0040-006 Context(_) Task(_) Process(_,_) Grid _ x _ The SCOPE is specified by (ARG NO. _); therefore, the index of the source process (ARG NO. _) must be equal to (_). RTN_NAME : 0040-007 Context(_) Task(_) Process(_,_) Grid _ x _ The TOPOLOGY parameter (ARG NO. _) is invalid. RTN_NAME : 0040-008 Context(_) Task(_) Process(_,_) Grid _ x _ The requested number of processes (_) is greater than the available number of processes (_). RTN_NAME : 0040-009 Context(_) Task(_) Process(_,_) Grid _ x _ The requested number of process rows (_) and process columns (_) must be positive. RTN_NAME : 0040-010 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows (ARG NO. _) in a matrix must be greater than or equal to zero. RTN_NAME : 0040-011 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns (ARG NO. _) in a matrix must be greater than or equal to zero. RTN_NAME : 0040-012 Context(_) Task(_) Process(_,_) Grid _ x _ The block size (ARG NO. _) must be greater than zero. RTN_NAME : 0040-014 Context(_) Task(_) Process(_,_) Grid _ x _ The stride (ARG NO. _) for a vector must be positive. RTN_NAME : 0040-015 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _) must be a double precision odd whole number greater than or equal to 1.0 and less than 2**48. RTN_NAME : 0040-016 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _) must be zero or one. RTN_NAME : 0040-017 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _) must be greater than or equal to zero. RTN_NAME : 0040-018 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _) must be greater than zero. RTN_NAME : 0040-019 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows (ARG NO. _) must be less than or equal to the block size (ARG NO. _). RTN_NAME : 0040-020 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns (ARG NO. _) must be less than or equal to the block size (ARG NO. _). RTN_NAME : 0040-021 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows (ARG NO. _) must be less than or equal to the size of the leading dimension (ARG NO. _) of its array. RTN_NAME : 0040-022 Context(_) Task(_) Process(_,_) Grid _ x _ The order of a matrix (ARG NO. _) must be less than or equal to the block size (ARG NO. _). RTN_NAME : 0040-023 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _) must be a multiple of the product of (ARG NO. _) and the number of processes (_). RTN_NAME : 0040-024 Context(_) Task(_) Process(_,_) Grid _ x _ The size of the leading dimension (ARG NO. _) of the local array must be greater than zero. RTN_NAME : 0040-025 Context(_) Task(_) Process(_,_) Grid _ x _ The process column (ARG NO. _) that contains matrix (ARG NO. _) must be equal to the process column (ARG NO. _) that contains matrix (ARG NO. _) RTN_NAME : 0040-026 Context(_) Task(_) Process(_,_) Grid _ x _ The process row (ARG NO. _) that contains matrix (ARG NO. _) must be equal to the process row (ARG NO. _) that contains matrix (ARG NO. _) RTN_NAME : 0040-027 Context(_) Task(_) Process(_,_) Grid _ x _ The order (ARG NO. _) of a matrix must be greater than or equal to zero. RTN_NAME : 0040-028 Context(_) Task(_) Process(_,_) Grid _ x _ MTXBLK (ARG NO. _), which specifies whether an input matrix (ARG NO. _) is a full block matrix or a single block matrix, must be 'M' or 'B'. RTN_NAME : 0040-029 Context(_) Task(_) Process(_,_) Grid _ x _ The process row (ARG NO. _) must be greater than or equal to -1 and less than the total number of rows in the process grid. RTN_NAME : 0040-030 Context(_) Task(_) Process(_,_) Grid _ x _ The process column (ARG NO. _) must be greater than or equal to -1 and less than the total number of columns in the process grid. RTN_NAME : 0040-031 Context(_) Task(_) Process(_,_) Grid _ x _ The argument which specifies whether a matrix (ARG NO. _) is workspace must be 'Y' or 'N'. RTN_NAME : 0040-032 Context(_) Task(_) Process(_,_) Grid _ x _ TRANS (ARG NO. _), which specifies the computation to be performed, must be 'N', 'T', or 'C'. RTN_NAME : 0040-033 Context(_) Task(_) Process(_,_) Grid _ x _ The size of leading dimension (ARG NO. _) of the local array (ARG NO. _) must be greater than or equal to (_). RTN_NAME : 0040-034 Context(_) Task(_) Process(_,_) Grid _ x _ SIDE (ARG NO. _), which specifies whether the input matrix (ARG NO. _) appears on the left or right of the other input matrix, must be 'L' or 'R'. RTN_NAME : 0040-035 Context(_) Task(_) Process(_,_) Grid _ x _ The number of right hand sides (ARG NO. _) must be greater than or equal to zero. RTN_NAME : 0040-036 Context(_) Task(_) Process(_,_) Grid _ x _ TRANS (ARG NO. _), specifies whether an input matrix (ARG NO. _), its transpose, or its conjugate transpose should be used. TRANS must be 'N', 'T', or 'C'. RTN_NAME : 0040-037 Context(_) Task(_) Process(_,_) Grid _ x _ Task has issued a receive for its own broadcast. RTN_NAME : 0040-038 Context(_) Task(_) Process(_,_) Grid _ x _ Minimum message id in message id range (element 1 of ARG NO. 3) must be less than the maximum message id (element 2 of ARG NO. 3). RTN_NAME : 0040-039 Context(_) Task(_) Process(_,_) Grid _ x _ The communications context (ARG NO. _) is invalid. RTN_NAME : 0040-040 Context(_) Task(_) Process(_,_) Grid _ x _ The process row or column (ARG NO. _) must be greater than 0. RTN_NAME : 0040-041 Context(_) Task(_) Process(_,_) Grid _ x _ The process row, RSRC_, (element 7 of ARG NO. _) must be greater than or equal to 0 and less than the total number of rows in the process grid. RTN_NAME : 0040-042 Context(_) Task(_) Process(_,_) Grid _ x _ The process column, CSRC_, (element 8 of ARG NO. _) must be greater than or equal to 0 and less than the total number of columns in the process grid. RTN_NAME : 0040-043 Context(_) Task(_) Process(_,_) Grid _ x _ The communications context, CTXT_, (element 2 of ARG NO. _) of the matrix (ARG NO. _) must be equal to the communications context (element 2 of ARG NO. _) of the matrix (ARG NO. _). RTN_NAME : 0040-044 Context(_) Task(_) Process(_,_) Grid _ x _ The size of the leading dimension, LLD_, (element 9 of ARG NO. _) of the local array (ARG NO. _) must be greater than zero. RTN_NAME : 0040-045 Context(_) Task(_) Process(_,_) Grid _ x _ The size of leading dimension, LLD_, (element 9 of ARG NO. _) of the local array (ARG NO. _) must be greater than or equal to (_). RTN_NAME : 0040-046 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows, M_, (element 3 of ARG NO. _) in the global matrix (ARG NO. _) must be greater than zero. RTN_NAME : 0040-047 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns, N_, (element 4 of ARG NO. _) in the global matrix (ARG NO. _) must be greater than zero. RTN_NAME : 0040-048 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) of matrix (ARG NO. _) must be greater than 0. RTN_NAME : 0040-049 Context(_) Task(_) Process(_,_) Grid _ x _ The global column index (ARG NO. _) of matrix (ARG NO. _) must be greater than 0. RTN_NAME : 0040-050 Context(_) Task(_) Process(_,_) Grid _ x _ The stride (ARG NO. _) for vector (ARG NO. _) is 1, but the row block size, MB_, (element 5 of ARG NO. _) is not equal to the block size (element _ of ARG NO. _) of the matrix (ARG NO. _). RTN_NAME : 0040-051 Context(_) Task(_) Process(_,_) Grid _ x _ The row and column block sizes, MB_ and NB_, (elements 5 and 6 of ARG NO. _) of the matrix (ARG NO. _) must be equal. RTN_NAME : 0040-052 Context(_) Task(_) Process(_,_) Grid _ x _ The submatrix referenced is incompatible with the global matrix definition. The global row index (ARG NO. _) plus the number of rows (ARG NO. _) of the matrix (ARG NO. _) minus 1 must be less than or equal to the number of rows, M_, (element 3 of ARG NO. _). RTN_NAME : 0040-053 Context(_) Task(_) Process(_,_) Grid _ x _ The submatrix referenced is incompatible with the global matrix definition. The global column index (ARG NO. _) plus the number of columns (ARG NO. _) of the matrix (ARG NO. _) minus 1 must be less than or equal to the number of columns, N_, (element 4 of ARG NO. _). RTN_NAME : 0040-055 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is row-distributed but the column block size, NB_, (element 6 of ARG NO. _) is not equal to the row block size, MB_, (element 5 of ARG NO. _) of the matrix (ARG NO. _). RTN_NAME : 0040-056 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is column-distributed but the row block size, MB_, (element 5 of ARG NO. _) is not equal to the row block size, MB_, (element 5 of ARG NO. _) of the matrix (ARG NO. _). RTN_NAME : 0040-057 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is row-distributed, but the block column offset of the vector is not equal to the block row offset of the matrix (ARG NO. _). RTN_NAME : 0040-058 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is row-distributed but the column block size, NB_, (element 6 of ARG NO. _) is not equal to the column block size, NB_, (element 6 of ARG NO. _) of the matrix (ARG NO. _). RTN_NAME : 0040-059 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is row-distributed, but the block column offset of the vector is not equal to the block column offset of the matrix (ARG NO. _). RTN_NAME : 0040-060 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is row-distributed, but the process column (_), containing the first element of the vector is not equal to the process column (_) containing the first column of the submatrix (ARG NO. _). RTN_NAME : 0040-061 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is column-distributed but the row block size, MB_, (element 5 of ARG NO. _) is not equal to the column block size, NB_, (element 6 of ARG NO. _) of the matrix (ARG NO. _). RTN_NAME : 0040-062 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is column-distributed, but the block row offset of the vector is not equal to the block column offset of the matrix (ARG NO. _). RTN_NAME : 0040-063 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is column-distributed, but the block row offset of the vector is not equal to the block row offset of the matrix (ARG NO. _). RTN_NAME : 0040-064 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is column-distributed, but the process row (_), containing the first element of the vector is not equal to the process row (_) containing the first row of the submatrix (ARG NO. _). RTN_NAME : 0040-065 Context(_) Task(_) Process(_,_) Grid _ x _ The stride (ARG NO. _) for vector (ARG NO. _) must be equal to either 1 or the number of rows, M_, (element 3 of ARG NO. _). RTN_NAME : 0040-066 Context(_) Task(_) Process(_,_) Grid _ x _ The calculated block row offset and block column offset of the submatrix referenced within the global matrix (ARG NO. _) must be equal. RTN_NAME : 0040-067 Context(_) Task(_) Process(_,_) Grid _ x _ Matrices (ARG NO. _) and (ARG NO. _) have incompatible block sizes. The block size (element _ of ARG NO. _) must be equal to the block size (element _ of ARG NO. _). RTN_NAME : 0040-068 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) and global column index (ARG NO. _) of matrix (ARG NO. _) must be equal. RTN_NAME : 0040-069 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _), which represents a process row or column, must be greater than or equal to zero and less than (ARG NO. _). RTN_NAME : 0040-070 Context(_) Task(_) Process(_,_) Grid _ x _ The transform length (ARG NO. _) must be divisible by the number of tasks (_). RTN_NAME : 0040-071 Context(_) Task(_) Process(_,_) Grid _ x _ The transform length (ARG NO. _) divided by the number of tasks must be an even number. RTN_NAME : 0040-072 Context(_) Task(_) Process(_,_) Grid _ x _ The scaling parameter (ARG NO. _) must be nonzero. RTN_NAME : 0040-073 Context(_) Task(_) Process(_,_) Grid _ x _ The transform length (ARG NO. _) is not an allowed value. The next higher value is (_). RTN_NAME : 0040-074 Context(_) Task(_) Process(_,_) Grid _ x _ The output data distribution format (element 2 of ARG NO. _) must be zero or one. RTN_NAME : 0040-075 Context(_) Task(_) Process(_,_) Grid _ x _ (Element _ of ARG NO. _) must be either zero or greater than or equal to the transform dimension (ARG NO. _). RTN_NAME : 0040-076 Context(_) Task(_) Process(_,_) Grid _ x _ The transform direction parameter (ARG NO. _) must be nonzero. RTN_NAME : 0040-077 Context(_) Task(_) Process(_,_) Grid _ x _ The transform length (ARG NO. _) must be less than or equal to (_) . RTN_NAME : 0040-078 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _) must be nonzero. RTN_NAME : 0040-079 Context(_) Task(_) Process(_,_) Grid _ x _ The submatrix referenced must be a block row matrix. The block row offset plus the number of rows (ARG NO. _) of the matrix (ARG NO. _) must be less than or equal to the row block size (element 5 of ARG NO. _). RTN_NAME : 0040-080 Context(_) Task(_) Process(_,_) Grid _ x _ The submatrix referenced must be a block column matrix. The block column offset plus the number of columns (ARG NO. _) of the matrix (ARG NO. _) must be less than or equal to the column block size (element 6 of ARG NO. _). RTN_NAME : 0040-081 Context(_) Task(_) Process(_,_) Grid _ x _ In the process grid, the process row (_), containing the first row of the submatrix (ARG NO. _) must be equal to the process row (_) containing the first row of the submatrix (ARG NO. _). RTN_NAME : 0040-082 Context(_) Task(_) Process(_,_) Grid _ x _ The communications context, CTXT_, (element 2 of ARG NO. _) of the matrix (ARG NO. _) must be equal to the communications context (element 2 of ARG NO. _) of the matrix (ARG NO. _). RTN_NAME : 0040-083 Context(_) Task(_) Process(_,_) Grid _ x _ In the process grid, the process column (_), containing the first column of the submatrix (ARG NO. _) must be equal to the process column (_) containing the first column of the submatrix (ARG NO. _). RTN_NAME : 0040-084 Context(_) Task(_) Process(_,_) Grid _ x _ The dimension (ARG NO. _) of the matrices must be greater than or equal to zero. RTN_NAME : 0040-085 Context(_) Task(_) Process(_,_) Grid _ x _ The submatrices referenced must be properly aligned. The block offset for matrix (ARG NO. _) generated by (ARG NO. _) and block size (element _ of ARG NO. _) must be equal to the block offset for matrix (ARG NO. _) generated by (ARG NO. _) and block size (element _ of ARG NO. _). RTN_NAME : 0040-086 Context(_) Task(_) Process(_,_) Grid _ x _ The communications context (_) is not currently active. RTN_NAME : 0040-087 Context(_) Task(_) Process(_,_) Grid _ x _ The communications context (_) is invalid. RTN_NAME : 0040-088 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be defined with the number of rows set to 1. RTN_NAME : 0040-089 Context(_) Task(_) Process(_,_) Grid _ x _ The vectors referenced must be distributed along the same axis. Either the stride (ARG NO. _) for vector (ARG NO. _) and the stride (ARG NO. _) for vector (ARG NO. _) must both be equal to 1 or the stride for vector (ARG NO. _) must be equal to the number of rows, M_, (element 3 of ARG NO. _) and the stride for vector (ARG NO. _) must be equal to the number of rows, M_, (element 3 of ARG NO. _). RTN_NAME : 0040-090 Context(_) Task(_) Process(_,_) Grid _ x _ The row block size, MB_, (element 5 of ARG NO. _) of the matrix (ARG NO. _) must be greater than zero. RTN_NAME : 0040-091 Context(_) Task(_) Process(_,_) Grid _ x _ The column block size, NB_, (element 6 of ARG NO. _) of the matrix (ARG NO. _) must be greater than zero. RTN_NAME : 0040-092 Context(_) Task(_) Process(_,_) Grid _ x _ The submatrix referenced must be aligned on a row block boundary. (ARG NO. _) minus 1 must be a multiple of the row block size, MB_, (element 5 of ARG NO. _) of matrix (ARG NO. _). RTN_NAME : 0040-093 Context(_) Task(_) Process(_,_) Grid _ x _ The submatrix referenced must be aligned on a column block boundary. (ARG NO. _) minus 1 must be a multiple of the column block size, NB_, (element 6 of ARG NO. _) of matrix (ARG NO. _). RTN_NAME : 0040-094 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) of vector (ARG NO. _) must be greater than 0 and less than the number of rows, M_, (element 3 of ARG NO. _). RTN_NAME : 0040-095 Context(_) Task(_) Process(_,_) Grid _ x _ The global column index (ARG NO. _) of vector (ARG NO. _) must be greater than 0 and less than or equal to the number of columns, N_, (element 4 of ARG NO. _). RTN_NAME : 0040-096 Context(_) Task(_) Process(_,_) Grid _ x _ TRANS (ARG NO. _), which specifies the operation to be performed, must be 'T' or 'C'. RTN_NAME : 0040-097 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) of matrix (ARG NO. _) must be greater than 0 and less than or equal to the number of rows in the global matrix, M_, (element 3 of ARG NO. _). RTN_NAME : 0040-098 Context(_) Task(_) Process(_,_) Grid _ x _ The global column index (ARG NO. _) of matrix (ARG NO. _) must be greater than 0 and less than or equal to the number of columns in the global matrix, N_, (element 4 of ARG NO. _). RTN_NAME : 0040-099 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows, M_, (element 3 of ARG NO. _) in a null matrix (ARG NO. _) must be greater than or equal to zero. RTN_NAME : 0040-100 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns, N_, (element 4 of ARG NO. _) in a null matrix (ARG NO. _) must be greater than or equal to zero. RTN_NAME : 0040-101 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows (ARG NO. _) of a matrix must be the same for all processes. RTN_NAME : 0040-102 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns (ARG NO. _) of a matrix must be the same for all processes. RTN_NAME : 0040-103 Context(_) Task(_) Process(_,_) Grid _ x _ The order (ARG NO. _) of a matrix must be the same for all processes. RTN_NAME : 0040-104 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) of the matrix (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-105 Context(_) Task(_) Process(_,_) Grid _ x _ The global column index (ARG NO. _) of the matrix (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-106 Context(_) Task(_) Process(_,_) Grid _ x _ UPLO (ARG NO. _), which specifies whether an input matrix (ARG NO. _) is upper or lower, must be the same for all processes. RTN_NAME : 0040-107 Context(_) Task(_) Process(_,_) Grid _ x _ TRANS (ARG NO. _), which specifies whether an input matrix, its transpose, or its conjugate transpose should be used, must be the same for all processes. RTN_NAME : 0040-108 Context(_) Task(_) Process(_,_) Grid _ x _ NRHS (ARG NO. _), which specifies the number of right hand sides in the system to be solved, must be the same for all processes. RTN_NAME : 0040-109 Context(_) Task(_) Process(_,_) Grid _ x _ ILO (ARG NO. _), which specifies a lower range of rows or columns in a matrix, must be the same for all processes. RTN_NAME : 0040-110 Context(_) Task(_) Process(_,_) Grid _ x _ IHI (ARG NO. _), which specifies an upper range of rows or columns in a matrix, must be the same for all processes. RTN_NAME : 0040-111 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows, M_, (element 3 of ARG NO. _) in the global matrix (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-112 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns, N_, (element 4 of ARG NO. _) in the global matrix (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-113 Context(_) Task(_) Process(_,_) Grid _ x _ The row block size MB_, (element 5 of ARG NO. _) of the global matrix (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-114 Context(_) Task(_) Process(_,_) Grid _ x _ The column block size NB_, (element 6 of ARG NO. _) of the global matrix (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-115 Context(_) Task(_) Process(_,_) Grid _ x _ The process row RSRC_, (element 7 of ARG NO. _) must be the same for all processes. RTN_NAME : 0040-116 Context(_) Task(_) Process(_,_) Grid _ x _ The process column CSRC_, (element 8 of ARG NO. _) must be the same for all processes. RTN_NAME : 0040-117 Context(_) Task(_) Process(_,_) Grid _ x _ The number of elements (ARG NO. _) in a work array (ARG NO. _) must be zero, to indicate dynamic allocation, minus one, to indicate workspace query, or greater than or equal to (_) if a work array is being supplied. RTN_NAME : 0040-118 Context(_) Task(_) Process(_,_) Grid _ x _ ILO (ARG NO. _), which specifies a lower range of rows or columns in a matrix, must be greater than or equal to one and less than or equal to the larger of one and the order (ARG NO. _) of the matrix. RTN_NAME : 0040-119 Context(_) Task(_) Process(_,_) Grid _ x _ IHI (ARG NO. _), which specifies an upper range of rows or columns in a matrix, must be greater than or equal to the smaller of ILO (ARG NO. _) and the order (ARG NO. _) of the matrix and less than or equal to the order (ARG NO. _) of the matrix. RTN_NAME : 0040-120 Context(_) Task(_) Process(_,_) Grid _ x _ The row-distributed vector referenced is incompatible with the global matrix definition. The global column index (ARG NO. _) plus the number of columns (ARG NO. _) of the vector (ARG NO. _) minus 1 must be less than or equal to the number of columns, N_, (element 4 of ARG NO. _). RTN_NAME : 0040-121 Context(_) Task(_) Process(_,_) Grid _ x _ The column-distributed vector referenced is incompatible with the global matrix definition. The global row index (ARG NO. _) plus the number of rows (ARG NO. _) of the vector (ARG NO. _) minus 1 must be less than or equal to the number of rows, M_, (element 3 of ARG NO. _). RTN_NAME : 0040-122 Context(_) Task(_) Process(_,_) Grid _ x _ JOBZ (ARG NO. _), which specifies whether or not to compute eigenvectors, must be 'N' or 'V'. RTN_NAME : 0040-123 Context(_) Task(_) Process(_,_) Grid _ x _ RANGE (ARG NO. _), which specifies which eigenvalues to find, must be 'A', 'V', or 'I'. RTN_NAME : 0040-124 Context(_) Task(_) Process(_,_) Grid _ x _ VU (ARG NO. _), which specifies the upper bound of the interval to be searched for eigenvalues, must be greater than VL (ARG NO. _), which specifies the lower bound of the interval to be searched for eigenvalues. RTN_NAME : 0040-125 Context(_) Task(_) Process(_,_) Grid _ x _ IL (ARG NO. _), which specifies the index of the smallest eigenvalue to be returned, must be greater than or equal to 1. RTN_NAME : 0040-126 Context(_) Task(_) Process(_,_) Grid _ x _ IU (ARG NO. _), which specifies the index of the largest eigenvalue to be returned, must be greater than or equal to the smaller of the order (ARG NO. _) of the matrix (ARG NO. _) and IL (ARG NO. _) and less than or equal to the order of the matrix. RTN_NAME : 0040-129 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) of the matrix (ARG NO. _) must be equal to the global row index (ARG NO. _) of the matrix (ARG NO. _). RTN_NAME : 0040-130 Context(_) Task(_) Process(_,_) Grid _ x _ The global column index (ARG NO. _) of the matrix (ARG NO. _) must be equal to the global column index (ARG NO. _) of the matrix (ARG NO. _). RTN_NAME : 0040-131 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows, M_ (element 3 of ARG NO. _) in the global matrix (ARG NO. _) must be equal to the number of rows, M_ (element 3 of ARG NO. _) in the global matrix (ARG NO. _). RTN_NAME : 0040-132 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns, N_ (element 4 of ARG NO. _) in the global matrix (ARG NO. _) must be equal to the number of columns, N_ (element 4 of ARG NO. _) in the global matrix (ARG NO. _). RTN_NAME : 0040-133 Context(_) Task(_) Process(_,_) Grid _ x _ The process row, RSRC_ (element 7 of ARG NO. _) must be zero. RTN_NAME : 0040-134 Context(_) Task(_) Process(_,_) Grid _ x _ The process column, CSRC_ (element 8 of ARG NO. _) must be zero. RTN_NAME : 0040-135 Context(_) Task(_) Process(_,_) Grid _ x _ The process row, RSRC_ (element 7 of ARG NO. _) must be equal to the process row, RSRC_ (element 7 of ARG NO. _). RTN_NAME : 0040-136 Context(_) Task(_) Process(_,_) Grid _ x _ The process column, CSRC_ (element 8 of ARG NO. _) must be equal to the process column, CSRC_ (element 8 of ARG NO. _). RTN_NAME : 0040-137 Context(_) Task(_) Process(_,_) Grid _ x _ ORFAC (ARG NO. _), which specifies which eigenvectors should be orthogonalized, must be the same for all processes. RTN_NAME : 0040-138 Context(_) Task(_) Process(_,_) Grid _ x _ JOBZ (ARG NO. _), which specifies whether or not to compute eigenvectors, must be the same for all processes. RTN_NAME : 0040-139 Context(_) Task(_) Process(_,_) Grid _ x _ RANGE (ARG NO. _), which specifies which eigenvalues to find, must be the same for all processes. RTN_NAME : 0040-140 Context(_) Task(_) Process(_,_) Grid _ x _ VL (ARG NO. _), which specifies the lower bound of the interval to be searched for eigenvalues, must be the same for all processes. RTN_NAME : 0040-141 Context(_) Task(_) Process(_,_) Grid _ x _ VU (ARG NO. _), which specifies the upper bound of the interval to be searched for eigenvalues, must be the same for all processes. RTN_NAME : 0040-142 Context(_) Task(_) Process(_,_) Grid _ x _ IL (ARG NO. _), which specifies the index of the smallest eigenvalue to be returned, must be the same for all processes. RTN_NAME : 0040-143 Context(_) Task(_) Process(_,_) Grid _ x _ IU (ARG NO. _), which specifies the index of the largest eigenvalue to be returned, must be the same for all processes. RTN_NAME : 0040-144 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is row-distributed and TRANS (ARG NO. _) is 'T' or 'C', but the process column (_), containing the first element of the vector is not equal to the process column (_) containing the first column of the submatrix (ARG NO. _). RTN_NAME : 0040-145 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (ARG NO. _) is column-distributed and TRANS (ARG NO. _) is 'N', but the process row (_), containing the first element of the vector is not equal to the process row (_) containing the first row of the submatrix (ARG NO. _). RTN_NAME : 0040-146 Context(_) Task(_) Process(_,_) Grid _ x _ ABSTOL (ARG NO. _), which specifies the absolute error tolerance for the eigenvalues, must be the same for all processes. RTN_NAME : 0040-147 Context(_) Task(_) Process(_,_) Grid _ x _ No attributes or key is defined for the communicator. The probable cause is that the BLACS have not been initialized. RTN_NAME : 0040-148 Context(_) Task(_) Process(_,_) Grid _ x _ MPI is not initialized. The probable cause is that the BLACS have not been initialized. RTN_NAME : 0040-149 Context(_) Task(_) Process(_,_) Grid _ x _ The Cartesian grid is not defined. The probable cause is that the BLACS have not been initialized. RTN_NAME : 0040-150 Context(_) Task(_) Process(_,_) Grid _ x _ The Cartesian grid is not defined as two-dimensional. The probable cause is that the BLACS have not been initialized. RTN_NAME : 0040-230 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be defined with either the number of process rows or the number of process columns set to 1. RTN_NAME : 0040-231 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns, N_, (element 3 of ARG NO. _) in the global matrix (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-232 Context(_) Task(_) Process(_,_) Grid _ x _ The block size (element 4 of ARG NO. _) must be equal to (_). RTN_NAME : 0040-233 Context(_) Task(_) Process(_,_) Grid _ x _ The process row, RSRC_, (element 5 of ARG NO. _) must be equal to (_). RTN_NAME : 0040-234 Context(_) Task(_) Process(_,_) Grid _ x _ The size of leading dimension, LLD_, (element 6 of ARG NO. _) of the local array (ARG NO. _) must be greater than or equal to (_). RTN_NAME : 0040-235 Context(_) Task(_) Process(_,_) Grid _ x _ Argument (_) must be greater than or equal to (_). RTN_NAME : 0040-236 Context(_) Task(_) Process(_,_) Grid _ x _ DTYPE_ (element 1 of ARG NO. _), which specifies the descriptor type, must be the same for all processes. RTN_NAME : 0040-237 Context(_) Task(_) Process(_,_) Grid _ x _ The communications context, CTXT_, (element 2 of ARG NO. _), must be the same for all processes. RTN_NAME : 0040-238 Context(_) Task(_) Process(_,_) Grid _ x _ The number of elements in the matrix (ARG NO. _) supplied to store the factor must be greater than or equal to (_). RTN_NAME : 0040-239 Context(_) Task(_) Process(_,_) Grid _ x _ TRANS (ARG NO. _), which specifies the operation to be performed, must be 'N' or 'n'. RTN_NAME : 0040-242 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows, M_, (element 3 of ARG NO. _) in the global matrix must be greater than the half-bandwidth, K. RTN_NAME : 0040-243 Context(_) Task(_) Process(_,_) Grid _ x _ The half bandwidth, K, (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-245 Context(_) Task(_) Process(_,_) Grid _ x _ The process row or column, (element 5 of ARG NO. _) must be equal to (_). RTN_NAME : 0040-248 Context(_) Task(_) Process(_,_) Grid _ x _ The half bandwidth (ARG NO. _) of a matrix must be greater than or equal to zero. RTN_NAME : 0040-249 Context(_) Task(_) Process(_,_) Grid _ x _ The half bandwidth (ARG NO. _) of the band matrix (ARG NO. _) must be less than the order of the matrix. RTN_NAME : 0040-250 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows (ARG NO. _) of matrix (ARG NO. _) must be smaller than or equal to the product of the number of processors and the block size (element _ of ARG NO. _) minus the modulus of (ARG NO. _) minus one with the block size (element _ of ARG NO. _). RTN_NAME : 0040-272 Context(_) Task(_) Process(_,_) Grid _ x _ The value of UPLO is U. NB_ (element _ of ARG NO. _) must be greater than or equal to the half bandwidth, K (ARG NO. _). RTN_NAME : 0040-276 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns, N_, (element 4 of ARG NO. _) in the global matrix must be greater than or equal to the number of right hand sides (ARG NO. _). RTN_NAME : 0040-277 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) of matrix (ARG NO. _) must be greater than 0 and less than or equal to the number of rows in the global matrix, M_, (element _ of ARG NO. _). RTN_NAME : 0040-278 Context(_) Task(_) Process(_,_) Grid _ x _ The global column index (ARG NO. _) of matrix (ARG NO. _) must be greater than 0 and less than or equal to the number of columns in the global matrix, N_, (element _ of ARG NO. _). RTN_NAME : 0040-279 Context(_) Task(_) Process(_,_) Grid _ x _ The block size (element 4 of ARG NO. _) must be the same for all processes. RTN_NAME : 0040-280 Context(_) Task(_) Process(_,_) Grid _ x _ The process column CSRC_, (element 5 of ARG NO. _) must be the same for all processes. RTN_NAME : 0040-281 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns, N_, (element 3 of ARG NO. _) in the global matrix (ARG NO. _) must be greater than zero. RTN_NAME : 0040-282 Context(_) Task(_) Process(_,_) Grid _ x _ The process row RSRC_, (element 5 of ARG NO. _) must be the same for all processes. RTN_NAME : 0040-286 Context(_) Task(_) Process(_,_) Grid _ x _ The descriptor type, DTYPE_ (element 1 of ARG NO. _) is invalid. The valid descriptor type for this routine is _. RTN_NAME : 0040-287 Context(_) Task(_) Process(_,_) Grid _ x _ The submatrix referenced is incompatible with the global matrix definition. The global column index (ARG NO. _) plus the number of columns (ARG NO. _) of the matrix (ARG NO. _) minus 1 must be less than or equal to the number of columns, N_, (element 3 of ARG NO. _). RTN_NAME : 0040-289 Context(_) Task(_) Process(_,_) Grid _ x _ The row block size, MB_, (element 4 of ARG NO. _) of the matrix (ARG NO. _) must be greater than zero. RTN_NAME : 0040-290 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns, N_, (element 3 of ARG NO. _) in a null matrix (ARG NO. _) must be greater than or equal to zero. RTN_NAME : 0040-291 Context(_) Task(_) Process(_,_) Grid _ x _ The column block size, NB_, (element 4 of ARG NO. _) of the matrix (ARG NO. _) must be greater than zero. RTN_NAME : 0040-292 Context(_) Task(_) Process(_,_) Grid _ x _ The order (ARG NO. _) of matrix (ARG NO. _) must be smaller than or equal to the product of the number of processors and the block size (element _ of ARG NO. _) minus the modulus of (ARG NO. _) minus one with the block size (element _ of ARG NO. _). RTN_NAME : 0040-293 Context(_) Task(_) Process(_,_) Grid _ x _ The descriptor type, DTYPE_ (element 1 of ARG NO. _) is invalid. Valid descriptor types for this routine are _ and _. RTN_NAME : 0040-294 Context(_) Task(_) Process(_,_) Grid _ x _ The descriptor type, DTYPE_ (element 1 of ARG NO. _) is invalid. Valid descriptor types for this routine are _, _, and _. RTN_NAME : 0040-297 Context(_) Task(_) Process(_,_) Grid _ x _ End of global input-argument error reporting. For more information, refer to Parallel ESSL Guide and Reference. RTN_NAME : 0040-299 Context(_) Task(_) Process(_,_) Grid _ x _ End of input-argument error reporting. For more information, refer to Parallel ESSL Guide and Reference.
RTN_NAME : 0040-300 Context(_) Task(_) Process(_,_) Grid _ x _ The input matrix (ARG NO. _) is singular. The first diagonal element found to be exactly 0, was in column (_). RTN_NAME : 0040-301 Context(_) Task(_) Process(_,_) Grid _ x _ The storage space, specified by (ARG NO. _) is insufficient. (_) bytes are required. RTN_NAME : 0040-302 Context(_) Task(_) Process(_,_) Grid _ x _ The matrix (ARG NO. _) is not positive definite. The leading minor of order (_) has a nonpositive determinant. RTN_NAME : 0040-303 Context(_) Task(_) Process(_,_) Grid _ x _ Bisection failed to converge for some eigenvalues. The eigenvalues may not be as accurate as the absolute and relative tolerances. RTN_NAME : 0040-304 Context(_) Task(_) Process(_,_) Grid _ x _ The number of eigenvalues computed (ARG NO. _) does not match the number of eigenvalues requested. RTN_NAME : 0040-305 Context(_) Task(_) Process(_,_) Grid _ x _ No eigenvalues were computed since the Gershgorin interval initially used was incorrect. RTN_NAME : 0040-306 Context(_) Task(_) Process(_,_) Grid _ x _ (_) eigenvectors failed to converge after (_) iterations. The indices are stored in IFAIL (ARG NO. _). RTN_NAME : 0040-307 Context(_) Task(_) Process(_,_) Grid _ x _ Eigenvectors corresponding to one or more clusters of eigenvalues could not be reorthogonalized because of insufficient workspace. The indices of the clusters are stored in ICLUSTR (ARG NO. _). RTN_NAME : 0040-308 Context(_) Task(_) Process(_,_) Grid _ x _ All of the eigenvectors between VL (ARG NO. _) and VU (ARG NO. _) could not be computed due to insufficient workspace. The number of eigenvectors computed is returned in NZ (ARG NO. _). RTN_NAME : 0040-309 Context(_) Task(_) Process(_,_) Grid _ x _ The number of eigenvalues computed (ARG NO. _) does not equal the number of eigenvectors computed (ARG NO. _). RTN_NAME : 0040-310 Context(_) Task(_) Process(_,_) Grid _ x _ The input matrix is either (nearly) singular or reducible. The value of INFO is (_). The portion of the global submatrix stored on process (_) and factored locally is either (nearly) singular or reducible. A pivot element whose magnitude is too small or zero was detected. RTN_NAME : 0040-311 Context(_) Task(_) Process(_,_) Grid _ x _ The input matrix is not diagonally dominant. The value of INFO is (_). The portion of the global submatrix stored on process (_) and factored locally is not diagonally dominant. A pivot element whose magnitude is too small or zero was detected. RTN_NAME : 0040-312 Context(_) Task(_) Process(_,_) Grid _ x _ The input matrix is not positive definite. The value of INFO is (_). The portion of the global submatrix stored on process (_) and factored locally is not positive definite. A pivot element whose value is less than or equal to a small positive number was detected. RTN_NAME : 0040-313 Context(_) Task(_) Process(_,_) Grid _ x _ The maximum number of specified iterations (_) has been performed without satisfying the convergence criterion as specified by (_). RTN_NAME : 0040-314 Context(_) Task(_) Process(_,_) Grid _ x _ The preconditioner, as specified by argument (_) for sparse matrix (_) is unstable. RTN_NAME : 0040-315 Context(_) Task(_) Process(_,_) Grid _ x _ The sparse matrix (_) contains duplicated coefficients. RTN_NAME : 0040-316 Context(_) Task(_) Process(_,_) Grid _ x _ The maximum number of specified iterations (_) has been performed without satisfying the convergence criterion as specified by (ARG NO. _). RTN_NAME : 0040-317 Context(_) Task(_) Process(_,_) Grid _ x _ The preconditioner, as specified by argument (ARG NO. _) for sparse matrix (ARGS NO. _-_) is unstable. RTN_NAME : 0040-318 Context(_) Task(_) Process(_,_) Grid _ x _ The sparse matrix (ARGS NO. _-_) contains duplicated coefficients. RTN_NAME : 0040-319 Context(_) Task(_) Process(_,_) Grid _ x _ The sparse matrix (_) contains empty row(s). RTN_NAME : 0040-320 Context(_) Task(_) Process(_,_) Grid _ x _ The sparse matrix (ARGS NO. _-_) contains empty row(s). RTN_NAME : 0040-321 Context(_) Task(_) Process(_,_) Grid _ x _ The input matrix is either (nearly) singular or reducible. The value of INFO is (_). The portion of the global submatrix stored on process (_) representing interactions with other processes is either (nearly) singular or reducible. A pivot element whose magnitude is too small or zero was detected. RTN_NAME : 0040-322 Context(_) Task(_) Process(_,_) Grid _ x _ The input matrix is not diagonally dominant. The value of INFO is (_). The portion of the global submatrix stored on process (_) representing interactions with other processes is not diagonally dominant. A pivot element whose value is less than or equal to a small positive number was detected. RTN_NAME : 0040-323 Context(_) Task(_) Process(_,_) Grid _ x _ The input matrix is not positive definite. The value of INFO is (_). The portion of the global submatrix stored on process (_) representing interactions with other processes is not positive definite. A pivot element whose value is less than or equal to a small positive number was detected. RTN_NAME : 0040-399 Context(_) Task(_) Process(_,_) Grid _ x _ Job is terminated. Optional argument (_) was not specified, but a computational error occurred. The value returned is (_).
RTN_NAME : 0040-400 Context(_) Task(_) Process(_,_) Grid _ x _ An internal buffer allocation has failed due to insufficient memory. RTN_NAME : 0040-401 Context(_) Task(_) Process(_,_) Grid _ x _ Unable to allocate component(s) of derived data type (_) due to insufficient memory.
RTN_NAME : 0040-500 Context(_) Task(_) Process(_,_) Grid _ x _ Communication error encountered Job Terminated with rc = _. Refer to IBM AIX Parallel Environment Parallel Programming Subroutine Reference ( SH26-7230 ). RTN_NAME : 0040-501 Context(_) Task(_) Process(_,_) Grid _ x _ During process grid synchronization, task(_) has reported an incorrect grid (_,_). Actual grid dimension is (_,_). RTN_NAME : 0040-502 Context(_) Task(_) Process(_,_) Grid _ x _ During process grid synchronization, task(_) has returned an incorrect value (_) for its own task id. RTN_NAME : 0040-503 Context(_) Task(_) Process(_,_) Grid _ x _ During process grid synchronization, task(_) has returned an incorrect message id range (_,_). Expected range is (_,_).
RTN_NAME : 0040-600 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: process is sending data to itself. RTN_NAME : 0040-601 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: process is receiving data from itself. RTN_NAME : 0040-602 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: process has received data whose length (_) differs from the expected length (_). RTN_NAME : 0040-603 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: The message id range for point-to-point communications will be reused every (_) messages. RTN_NAME : 0040-604 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: The message id range for scoped communications will be reused every (_) operations. RTN_NAME : 0040-605 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: gettimeofday system call returned bad rc (_). RTN_NAME : 0040-606 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: Attempt to change message id range after process grid definition. Message id range not changed. RTN_NAME : 0040-607 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: Configuration parameter (ARG NO. _) is invalid. RTN_NAME : 0040-608 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: Application waited for memory allocation. RTN_NAME : 0040-609 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: getrusage system call returned bad rc (_). RTN_NAME : 0040-610 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: Attempt to define process grid before calling BLACS_GET. RTN_NAME : 0040-611 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: BLACS system context can only be set by calling BLACS_GET. RTN_NAME : 0040-612 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: The number of rings cannot be set to zero. RTN_NAME : 0040-613 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: The number of branches (_) must be greater than zero. RTN_NAME : 0040-614 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: Cannot set BLACS debug level. RTN_NAME : 0040-615 Context(_) Task(_) Process(_,_) Grid _ x _ Attention: Environment variable PESSL_DESC_TYPE has specified the use of obsolete descriptor vectors. RTN_NAME : 0040-616 Context(_) Task(_) Process(_,_) Grid _ x _ Convergence indicator for iterative method (_) at step (_): (_). RTN_NAME : 0040-617 Context(_) Task(_) Process(_,_) Grid _ x _ Message buffer space exceeded for error message number (_). One or more instances of the message was suppressed. RTN_NAME : 0040-618 Context(_) Task(_) Process(_,_) Grid _ x _ Performance may be degraded due to limited buffer space availability.
RTN_NAME : 0040-700 Context(_) Task(_) Process(_,_) Grid _ x _ Internal Parallel ESSL error number (_). Contact your IBM service representative. RTN_NAME : 0040-701 Context(_) Task(_) Process(_,_) Grid _ x _ Unable to open Parallel ESSL Message Catalog. See your System Administrator for further assistance. RTN_NAME : 0040-702 Context(_) Task(_) Process(_,_) Grid _ x _ Internal Parallel ESSL error: message buffer space exceeded for error message number (_). Contact your IBM service representative. RTN_NAME : 0040-703 Context(_) Task(_) Process(_,_) Grid _ x _ Internal Parallel ESSL error: message number requested (_) is outside of the valid range. Contact your IBM service representative. RTN_NAME : 0040-704 Context(_) Task(_) Process(_,_) Grid _ x _ Parallel ESSL has been called from outside the process grid definition. RTN_NAME : 0040-705 Context(_) Task(_) Process(_,_) Grid _ x _ The communications context (_) is invalid. RTN_NAME : 0040-706 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be defined with the number of rows set to 1. RTN_NAME : 0040-707 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be defined with the number of columns set to 1. RTN_NAME : 0040-708 Context(_) Task(_) Process(_,_) Grid _ x _ The user supplied subroutine (_) has produced an incorrect output. Argument (_) must be greater than or equal to 1 and less than or equal to the number of processes in the process grid. RTN_NAME : 0040-709 Context(_) Task(_) Process(_,_) Grid _ x _ The user supplied subroutine (_) has produced an incorrect output. Argument (_) must be greater than or equal to 0 and less than the the number of processes in the process grid. RTN_NAME : 0040-710 Context(_) Task(_) Process(_,_) Grid _ x _ The user supplied subroutine (ARG NO. _) has produced an incorrect output. (ARG NO. _) of the user supplied subroutine must be greater than or equal to 1 and less than or equal to the number of processes in the process grid. RTN_NAME : 0040-711 Context(_) Task(_) Process(_,_) Grid _ x _ The user supplied subroutine (ARG NO. _) has produced an incorrect output. (ARG NO. _) of the user supplied subroutine must be greater than or equal to 0 and less than the number of processes in the process grid. RTN_NAME : 0040-712 Context(_) Task(_) Process(_,_) Grid _ x _ The size of input array (ARG NO. _) must be greater than or equal to (_). RTN_NAME : 0040-713 Context(_) Task(_) Process(_,_) Grid _ x _ Environment variable PESSL_DESC_TYPE has specified the use of obsolete descriptor vectors. You must update the descriptor vectors in your program as described in the Parallel ESSL Guide and Reference.
RTN_NAME : 0040-800 Context(_) Task(_) Process(_,_) Grid _ x _ DTYPE_ (element _ of ARG NO. _) for matrix (ARG NO. _) is _. The process grid for matrix (ARG NO. _) must be defined with the number of rows set to 1. RTN_NAME : 0040-801 Context(_) Task(_) Process(_,_) Grid _ x _ DTYPE_ (element _ of ARG NO. _) for matrix (ARG NO. _) is _. The process grid for matrix (ARG NO. _) must be defined with the number of columns set to 1. RTN_NAME : 0040-802 Context(_) Task(_) Process(_,_) Grid _ x _ The global column index, (ARG NO. _) must be equal to the global row index (ARG NO. _). RTN_NAME : 0040-803 Context(_) Task(_) Process(_,_) Grid _ x _ The submatrix referenced is incompatible with the global matrix definition. The global row index (ARG NO. _) plus the number of rows (ARG NO. _) of the matrix (ARG NO. _) minus 1 must be less than or equal to the number of rows, N_, (element _ of ARG NO. _). RTN_NAME : 0040-804 Context(_) Task(_) Process(_,_) Grid _ x _ The number of rows, M_, (element _ of ARG NO. _) in the global matrix (ARG NO. _) must be equal to one. RTN_NAME : 0040-805 Context(_) Task(_) Process(_,_) Grid _ x _ The number of columns, N_, (element _ of ARG NO. _) in the global matrix (ARG NO. _) must be equal to one. RTN_NAME : 0040-806 Context(_) Task(_) Process(_,_) Grid _ x _ DTYPE_ (element _ of ARG NO. _) is one. At least one of the following must be true: For the global matrix (ARG NO. _), the number of rows, M_, (element _ of ARG NO. _) must be equal to one or the number of columns, N_, (element _ of ARG NO. _) must be equal to one. RTN_NAME : 0040-807 Context(_) Task(_) Process(_,_) Grid _ x _ The row block size MB_, (element _ of ARG NO. _) of the global matrix (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-816 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be defined with the number of columns set to 1. RTN_NAME : 0040-817 Context(_) Task(_) Process(_,_) Grid _ x _ The size of array (ARG NO. _) must be greater than or equal to (_). RTN_NAME : 0040-818 Context(_) Task(_) Process(_,_) Grid _ x _ The array descriptor (_) has not been initialized. Routine (_) must be called prior to this routine. RTN_NAME : 0040-819 Context(_) Task(_) Process(_,_) Grid _ x _ The array descriptor (_) contains invalid component(s). Routine (_) must be called prior to this routine. RTN_NAME : 0040-820 Context(_) Task(_) Process(_,_) Grid _ x _ The array descriptor (_) contains invalid component(s). RTN_NAME : 0040-821 Context(_) Task(_) Process(_,_) Grid _ x _ The pointer(s) specified by argument (_) are not associated and therefore cannot be freed. RTN_NAME : 0040-822 Context(_) Task(_) Process(_,_) Grid _ x _ The size of array (_) must be greater than or equal to (_). Routine (_) must be called prior to this routine. RTN_NAME : 0040-823 Context(_) Task(_) Process(_,_) Grid _ x _ The sparse matrix (_) is invalid. Routine (_) must be called prior to this routine. RTN_NAME : 0040-824 Context(_) Task(_) Process(_,_) Grid _ x _ The sparse matrix (_) was not initialized properly. Some local row(s) are missing. Additional calls to (_) may be required. RTN_NAME : 0040-825 Context(_) Task(_) Process(_,_) Grid _ x _ The value of argument (_) is (_); therefore argument (_) is required. RTN_NAME : 0040-826 Context(_) Task(_) Process(_,_) Grid _ x _ The storage format (_) specified for sparse matrix (_) must be (_). RTN_NAME : 0040-827 Context(_) Task(_) Process(_,_) Grid _ x _ Argument (_) must be equal to (_). RTN_NAME : 0040-828 Context(_) Task(_) Process(_,_) Grid _ x _ The storage format for sparse matrix (_) must be (_). Routine (_) must be called prior to this routine. RTN_NAME : 0040-829 Context(_) Task(_) Process(_,_) Grid _ x _ The contents of array descriptor (ARG NO. _) are invalid. RTN_NAME : 0040-830 Context(_) Task(_) Process(_,_) Grid _ x _ The sparse matrix (ARGS NO. _-_) is invalid. Routine (_) must be called prior to this routine. RTN_NAME : 0040-831 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _) must be greater than or equal to (_) and less than or equal to (_). RTN_NAME : 0040-832 Context(_) Task(_) Process(_,_) Grid _ x _ The storage format of sparse matrix (ARGS NO. _-_) is invalid. RTN_NAME : 0040-833 Context(_) Task(_) Process(_,_) Grid _ x _ One or more of the rows requested for insertion with (_) does not belong to this process. RTN_NAME : 0040-834 Context(_) Task(_) Process(_,_) Grid _ x _ One or more of the rows requested for insertion with (ARG NO. _) does not belong to this process. RTN_NAME : 0040-835 Context(_) Task(_) Process(_,_) Grid _ x _ Argument (_) must be the same for all processes. RTN_NAME : 0040-836 Context(_) Task(_) Process(_,_) Grid _ x _ Argument (_) must be greater than or equal to (_) and less than or equal to (_). RTN_NAME : 0040-837 Context(_) Task(_) Process(_,_) Grid _ x _ The sparse matrix (ARGS NO. _-_) was not initialized properly. Some local row(s) are missing. Additional calls to (_) may be required. RTN_NAME : 0040-838 Context(_) Task(_) Process(_,_) Grid _ x _ The storage format (ARG NO. _) specified for sparse matrix (ARGS NO. _-_) must be (_). RTN_NAME : 0040-839 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _) must be equal to (_). RTN_NAME : 0040-840 Context(_) Task(_) Process(_,_) Grid _ x _ (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-841 Context(_) Task(_) Process(_,_) Grid _ x _ Element (_) of array (ARG NO. _) must be equal to (_). RTN_NAME : 0040-842 Context(_) Task(_) Process(_,_) Grid _ x _ Element (_) of array (ARG NO. _) must be greater than or equal to (_) and less than or equal to (_). RTN_NAME : 0040-843 Context(_) Task(_) Process(_,_) Grid _ x _ The process row, RSRC_, (element _ of ARG NO. _) must be greater than or equal to 0 and less than the total number of rows in the process grid. RTN_NAME : 0040-844 Context(_) Task(_) Process(_,_) Grid _ x _ The process column, CSRC_, (element _ of ARG NO. _) must be greater than or equal to 0 and less than the total number of columns in the process grid. RTN_NAME : 0040-845 Context(_) Task(_) Process(_,_) Grid _ x _ The process column, CSRC_, (element _ of ARG NO. _) must be equal to the process row, RSRC_, (element _ of ARG NO. _). RTN_NAME : 0040-846 Context(_) Task(_) Process(_,_) Grid _ x _ The workspace size (ARG NO. _) has been specified as minus one for a subset of the processes and therefore it must be specified as minus one for all processes. RTN_NAME : 0040-847 Context(_) Task(_) Process(_,_) Grid _ x _ The preconditioner (_) contains invalid components. Routine (_) must be called prior to this routine. RTN_NAME : 0040-848 Context(_) Task(_) Process(_,_) Grid _ x _ The preconditioner (ARG NO. _) contains invalid components. Routine (_) must be called prior to this routine. RTN_NAME : 0040-849 Context(_) Task(_) Process(_,_) Grid _ x _ The size of array (_) must be greater than or equal to (_) and less than or equal to (_). RTN_NAME : 0040-850 Context(_) Task(_) Process(_,_) Grid _ x _ The matrix type (_) specified for sparse matrix (_) must be (_). RTN_NAME : 0040-851 Context(_) Task(_) Process(_,_) Grid _ x _ The matrix type (ARG NO. _) specified for sparse matrix (ARGS NO. _-_) must be (_). RTN_NAME : 0040-852 Context(_) Task(_) Process(_,_) Grid _ x _ Element (_) of vector (ARG NO. _) must be greater than or equal to zero. RTN_NAME : 0040-853 Context(_) Task(_) Process(_,_) Grid _ x _ Element (_) of vector (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-854 Context(_) Task(_) Process(_,_) Grid _ x _ LWORK (ARG NO. _), which specifies the size of the local work array, must be the same for all processes. RTN_NAME : 0040-855 Context(_) Task(_) Process(_,_) Grid _ x _ The preconditioner data structure (_) must be passed unchanged to the solver subroutine. RTN_NAME : 0040-856 Context(_) Task(_) Process(_,_) Grid _ x _ The preconditioner data structure (ARG NO. _) must be passed unchanged to the solver subroutine. RTN_NAME : 0040-857 Context(_) Task(_) Process(_,_) Grid _ x _ The size of array (_) must be greater than or equal to (_). RTN_NAME : 0040-858 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) of matrix (ARG NO. _) must be greater than 0 and less than or equal to the number of columns in the global matrix, N_, (element _ of ARG NO. _). RTN_NAME : 0040-859 Context(_) Task(_) Process(_,_) Grid _ x _ The process row, RSRC_, (element _ of ARG NO. _) must be equal to the process row, RSRC_, (element _ of ARG NO. _). RTN_NAME : 0040-860 Context(_) Task(_) Process(_,_) Grid _ x _ TRANS (ARG NO. _), which specifies the computation to be performed, must be 'N' or 'T'. RTN_NAME : 0040-861 Context(_) Task(_) Process(_,_) Grid _ x _ TRANS (ARG NO. _), which specifies the computation to be performed, must be 'N' or 'C'. RTN_NAME : 0040-862 Context(_) Task(_) Process(_,_) Grid _ x _ NORM (ARG NO. _), which specifies whether to calculate the 1-norm condition number or the infinity-norm condition number, must be '1', 'O', or 'I'. RTN_NAME : 0040-863 Context(_) Task(_) Process(_,_) Grid _ x _ ANORM (ARG NO. _), which specifies the norm of the matrix, must be the same for all processes. RTN_NAME : 0040-864 Context(_) Task(_) Process(_,_) Grid _ x _ NORM (ARG NO. _), which specifies which condition number is required, must be the same for all processes. RTN_NAME : 0040-865 Context(_) Task(_) Process(_,_) Grid _ x _ NORM (ARG NO. _), which specifies the computation to be performed, must be 'M', '1', 'O', 'I', 'F', or 'E'. RTN_NAME : 0040-866 Context(_) Task(_) Process(_,_) Grid _ x _ IBTYPE (ARG NO. _), which specifies the problem type, must be 1, 2, or 3. RTN_NAME : 0040-867 Context(_) Task(_) Process(_,_) Grid _ x _ IBTYPE (ARG NO. _), which specifies the problem type, must be the same for all processes.