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.
For the HPF error messages, the name of each argument involved in the error is included in the message description.
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-013 Context(_) Task(_) Process(_,_) Grid _ x _ The offset (ARG NO. _) must be greater than or equal to zero and less than the block size (ARG NO. _). 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-054 Context(_) Task(_) Process(_,_) Grid _ x _ The stride (ARG NO. _) and global indices (ARG NO. _ and ARG NO. _) of the vector (ARG NO. _) are inconsistent with the global dimensions, M_ and N_, (elements 3 and 4 of ARG NO. _) of the matrix. 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-127 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) of the matrix (ARG NO. _) must be 1. RTN_NAME : 0040-128 Context(_) Task(_) Process(_,_) Grid _ x _ The global column index (ARG NO. _) of the matrix (ARG NO. _) must be 1. 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-151 Context(_) Task(_) Process(_,_) Grid _ x _ The rank of the ultimate align target for (_) is (_). It must be equal to 1 or 2. RTN_NAME : 0040-152 Context(_) Task(_) Process(_,_) Grid _ x _ The process rank must be the same for all assumed shape arrays. The process rank of (_) is (_). The process rank of (_) is (_). RTN_NAME : 0040-153 Context(_) Task(_) Process(_,_) Grid _ x _ The process rank must be the same for all assumed shape arrays. The process rank of (_) is (_). The process rank of (_) is (_). The process rank of (_) is (_). RTN_NAME : 0040-154 Context(_) Task(_) Process(_,_) Grid _ x _ The process rank of (_) is (_). The rank must be equal to 1 or 2. RTN_NAME : 0040-155 Context(_) Task(_) Process(_,_) Grid _ x _ The process rank of (_) is (_). The rank must be 1. RTN_NAME : 0040-156 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be the same for all assumed shape arrays. The process grid for (_) is (_). The process grid for (_) is (_). RTN_NAME : 0040-157 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be the same for all assumed shape arrays. The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). RTN_NAME : 0040-158 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be the same for all assumed shape arrays. The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). RTN_NAME : 0040-159 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be the same for all assumed shape arrays. The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). RTN_NAME : 0040-160 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution between the matrices. The process rank is 1 and one of the following must be true: The first dimension of the matrices must both be collapsed or the second dimension of the matrices must both be collapsed. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. RTN_NAME : 0040-161 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution among the matrices. The process rank is 1 and one of the following must be true: The first dimension of the matrices must all be collapsed or the second dimension of the matrices must all be collapsed. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. RTN_NAME : 0040-162 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution between the matrices. The values for axis_map(1) and axis_map(2) for the matrices must be 1 or 2. The values for axis_map(1) for both matrices must be equal and the values for axis_map(2) for both matrices must be equal. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. RTN_NAME : 0040-163 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution among the matrices. The values for axis_map(1) and axis_map(2) for the matrices must be 1 or 2. The values for axis_map(1) for all matrices must be equal and the values for axis_map(2) for all matrices must be equal. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. RTN_NAME : 0040-164 Context(_) Task(_) Process(_,_) Grid _ x _ Array (_) has incorrect dimensions for the transpose case. It must have (_) rows and (_) columns. RTN_NAME : 0040-165 Context(_) Task(_) Process(_,_) Grid _ x _ Array (_) has incorrect dimensions for the normal case. It must have (_) rows and (_) columns. RTN_NAME : 0040-166 Context(_) Task(_) Process(_,_) Grid _ x _ Array (_) has incorrect dimensions for the transpose case. It must have (_) rows, (_) columns, and (_) planes. RTN_NAME : 0040-167 Context(_) Task(_) Process(_,_) Grid _ x _ Array (_) has incorrect dimensions for the normal case. It must have (_) rows, (_) columns, and (_) planes. RTN_NAME : 0040-168 Context(_) Task(_) Process(_,_) Grid _ x _ Array (_) must be (*,BLOCK) distributed. RTN_NAME : 0040-169 Context(_) Task(_) Process(_,_) Grid _ x _ Array (_) must be (*,*,BLOCK) distributed. RTN_NAME : 0040-170 Context(_) Task(_) Process(_,_) Grid _ x _ Argument (_) must be less than or equal to (_). RTN_NAME : 0040-171 Context(_) Task(_) Process(_,_) Grid _ x _ The process rank must be the same for all assumed shape arrays. The process rank of (_) is (_). The process rank of (_) is (_). The process rank of (_) is (_). The process rank of (_) is (_). RTN_NAME : 0040-172 Context(_) Task(_) Process(_,_) Grid _ x _ The process rank must be the same for all assumed shape arrays. The process rank of (_) is (_). The process rank of (_) is (_). The process rank of (_) is (_). The process rank of (_) is (_). The process rank of (_) is (_). RTN_NAME : 0040-173 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution between the matrix and vector. The value for axis_map(1) for the vector must be 1 or 2. The value for axis_map(1) for vector (_) is (_). RTN_NAME : 0040-174 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution between the matrix and vectors. The values for axis_map(1) for the vectors must be 1 or 2. The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). RTN_NAME : 0040-175 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution for the vectors. The value for axis_map(1) for the vectors must be 1. The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). RTN_NAME : 0040-176 Context(_) Task(_) Process(_,_) Grid _ x _ The data distribution for the matrix is unsupported. The process rank is 1 and one of the following must be true: The first dimension of the matrix must be collapsed or the second dimension of the matrix must be collapsed. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. RTN_NAME : 0040-177 Context(_) Task(_) Process(_,_) Grid _ x _ The data distribution for the matrix is unsupported. The process rank is 2 and the following must be true: The values for axis_map(1) and axis_map(2) for the matrix must be 1 or 2. the matrix must not be collapsed. The values for axis_map(1) and axis_map(2) for matrix (_) are (_) and (_), respectively. RTN_NAME : 0040-178 Context(_) Task(_) Process(_,_) Grid _ x _ Vectors (_), (_), (_), (_), and (_) must all be BLOCK distributed. RTN_NAME : 0040-179 Context(_) Task(_) Process(_,_) Grid _ x _ The vectors must all be not replicated. The number of copies of the vector (_) is (_). The number of copies of the vector (_) is (_). The number of copies of the vector (_) is (_). The number of copies of the vector (_) is (_). The number of copies of the vector (_) is (_). RTN_NAME : 0040-180 Context(_) Task(_) Process(_,_) Grid _ x _ The data distribution for matrix (_) is unsupported. The array must be either a block row, a block column, a single block, or the first element of the array must be aligned on the block boundary(s) of the ultimate align target. RTN_NAME : 0040-181 Context(_) Task(_) Process(_,_) Grid _ x _ SIDE, which specifies whether the input matrix (_) appears on the left or right of the other input matrix (_), must be 'L' or 'R'. RTN_NAME : 0040-182 Context(_) Task(_) Process(_,_) Grid _ x _ TRANSA, which specifies whether input matrix A, its transpose, or its conjugate transpose should be used, must be 'N', 'T', or 'C'. RTN_NAME : 0040-183 Context(_) Task(_) Process(_,_) Grid _ x _ TRANSB, which specifies whether input matrix B, its transpose, or its conjugate transpose should be used, must be 'N', 'T', or 'C'. RTN_NAME : 0040-184 Context(_) Task(_) Process(_,_) Grid _ x _ TRANS, which specifies the computation to be performed, must be 'N', 'T', or 'C'. RTN_NAME : 0040-185 Context(_) Task(_) Process(_,_) Grid _ x _ The column block size of the matrix and the block size of the vector are incompatible. The column block size of the matrix (_) is (_). The block size of the vector (_) is (_). RTN_NAME : 0040-186 Context(_) Task(_) Process(_,_) Grid _ x _ ILO, 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 of the matrix (_). RTN_NAME : 0040-187 Context(_) Task(_) Process(_,_) Grid _ x _ IHI, which specifies an upper range of rows or columns in a matrix, must be greater than or equal to the smaller of ILO and the order of the matrix (_) and less than or equal to the order of the matrix. RTN_NAME : 0040-188 Context(_) Task(_) Process(_,_) Grid _ x _ The assumed shape array must be evenly distributed among the processes. The column block size (_) of the assumed shape array (_) must be equal to the number of columns (_) distributed on this process. RTN_NAME : 0040-189 Context(_) Task(_) Process(_,_) Grid _ x _ The assumed shape array must be evenly distributed among the processes. The plane block size (_) of the assumed shape array (_) must be equal to the number of planes (_) distributed on this process. RTN_NAME : 0040-190 Context(_) Task(_) Process(_,_) Grid _ x _ TRANSPOSE, which specifies whether the output data is stored in normal or transposed format, must be 'N' or 'T'. RTN_NAME : 0040-191 Context(_) Task(_) Process(_,_) Grid _ x _ The rank of the ultimate align target for (_) is (_). It must be equal to 1. RTN_NAME : 0040-192 Context(_) Task(_) Process(_,_) Grid _ x _ The assumed shape array has an invalid shape. Array (_) has (_) rows and (_) columns. RTN_NAME : 0040-193 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the 3 assumed shape arrays are incompatible. The value of (_) is (_). Array (_) has (_) rows and (_) columns. Array (_) has (_) elements Array (_) has (_) elements. RTN_NAME : 0040-194 Context(_) Task(_) Process(_,_) Grid _ x _ The size of the assumed shape array (_) is (_). It must be a multiple of the product of the block size (_), and the number of processes (_). RTN_NAME : 0040-195 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the 3 assumed shape arrays are incompatible. The value of (_) is (_). Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. RTN_NAME : 0040-196 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the 3 assumed shape arrays are incompatible. The value of (_) is (_). The value of (_) is (_). Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. RTN_NAME : 0040-197 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the 2 assumed shape arrays are incompatible. The value of (_) is (_). Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. RTN_NAME : 0040-198 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the 2 assumed shape arrays are incompatible. Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. RTN_NAME : 0040-199 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the 2 assumed shape arrays are incompatible. Array (_) has (_) rows, (_) columns, and (_) planes. Array (_) has (_) rows, (_) columns, and (_) planes. RTN_NAME : 0040-200 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the 3 assumed shape arrays are incompatible. Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. RTN_NAME : 0040-201 Context(_) Task(_) Process(_,_) Grid _ x _ The orientation of vectors (_) and (_) must be either both row-distributed or both column-distributed. RTN_NAME : 0040-202 Context(_) Task(_) Process(_,_) Grid _ x _ The data distribution for the vector is unsupported. The vector (_) must not be replicated. RTN_NAME : 0040-203 Context(_) Task(_) Process(_,_) Grid _ x _ The data distribution for the vector(s) is unsupported. Vectors (_) and (_) must not be replicated. RTN_NAME : 0040-204 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (_) must be column-distributed. RTN_NAME : 0040-205 Context(_) Task(_) Process(_,_) Grid _ x _ The row block size of the matrix and the block size of the vector are incompatible. The row block size of the matrix (_) is (_). The block size of the vector (_) is (_). RTN_NAME : 0040-206 Context(_) Task(_) Process(_,_) Grid _ x _ The column block size of the matrix and the block sizes of the vectors are incompatible. The column block size of the matrix (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). RTN_NAME : 0040-207 Context(_) Task(_) Process(_,_) Grid _ x _ The block sizes of the matrix are incompatible with the block sizes of the vectors. The row block size of the matrix (_) is (_) and the column block size of the matrix is (_). The block size of the vector (_) is (_) and must be equal to the row block size of the matrix. The block size of the vector (_) is (_) and must be equal to the column block size of the matrix. The block size of the vector (_) is (_) and must be equal to the column block size of the matrix. The block size of the vector (_) is (_) and must be equal to the row block size of the matrix. RTN_NAME : 0040-208 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the assumed shape arrays are incompatible. Array (_) has (_) rows and (_) columns. Array (_) has (_) elements. RTN_NAME : 0040-209 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the assumed shape arrays are incompatible. Array (_) has (_) rows and (_) columns. Array (_) has (_) elements. Array (_) has (_) elements. RTN_NAME : 0040-210 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the assumed shape arrays are incompatible. Array (_) has (_) rows and (_) columns. Array (_) has (_) elements. Array (_) has (_) elements. Array (_) has (_) elements. RTN_NAME : 0040-211 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the assumed shape arrays are incompatible. Array (_) has (_) rows and (_) columns. Array (_) has (_) elements. Array (_) has (_) elements. Array (_) has (_) elements. Array (_) has (_) elements. RTN_NAME : 0040-212 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process index for the matrix must be equal to the abstract process index for the vector. The abstract process index for matrix (_) is (_). The abstract process index for vector (_) is (_). RTN_NAME : 0040-213 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract row process index for the matrix must be equal to the abstract row process index for the vector. The abstract row process index for matrix (_) is (_). The abstract row process index for vector (_) is (_). RTN_NAME : 0040-214 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract column process index for the matrix must be equal to the abstract column process index for the vector. The abstract column process index for matrix (_) is (_). The abstract column process index for vector (_) is (_). RTN_NAME : 0040-215 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the assumed shape arrays are incompatible. Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. Array (_) has (_) elements. RTN_NAME : 0040-216 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process index for the matrix must be equal to the abstract process indices for the vectors. The abstract process index for matrix (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). RTN_NAME : 0040-217 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract column process index for the matrix must be equal to the abstract process indices for the vectors. The abstract column process index for matrix (_) is (_). The abstract column process index for vector (_) is (_). The abstract column process index for vector (_) is (_). The abstract column process index for vector (_) is (_). RTN_NAME : 0040-218 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process index for the matrix must be equal to the abstract process indices for the vectors. The abstract process index for matrix (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). RTN_NAME : 0040-219 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process indices for the matrix are inconsistent with the abstract process indices for the vectors. The abstract process indices for matrix (_) are (_,_). The abstract process index for vector (_) is (_) and must be equal to the abstract process row index for the matrix. The abstract process index for vector (_) is (_) and must be equal to the abstract process column index for the matrix. The abstract process index for vector (_) is (_) and must be equal to the abstract process column index for the matrix. The abstract process index for vector (_) is (_) and must be equal to the abstract process row index for the matrix. RTN_NAME : 0040-220 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be the same for all assumed shape arrays. The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). RTN_NAME : 0040-221 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be the same for all assumed shape arrays. The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). RTN_NAME : 0040-222 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be the same for all assumed shape arrays. The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). RTN_NAME : 0040-223 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be the same for all assumed shape arrays. The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). The process grid for (_) is (_ x _). RTN_NAME : 0040-224 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (_) must be replicated and row-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). RTN_NAME : 0040-225 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (_) must be replicated and column-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). RTN_NAME : 0040-226 Context(_) Task(_) Process(_,_) Grid _ x _ The vectors must all be replicated and row-distributed. The value for axis_map(1) for vector (_) is (_). The number of copies of the vector is (_). The value for axis_map(1) for vector (_) is (_). The number of copies of the vector is (_). The value for axis_map(1) for vector (_) is (_). The number of copies of the vector is (_). RTN_NAME : 0040-227 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (_) must be replicated and row-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). The vector (_) must be replicated and column-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). The vector (_) must be replicated and row-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). The vector (_) must be replicated and column-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). RTN_NAME : 0040-228 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (_) must be replicated and column-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). The vector (_) must be replicated and row-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). The vector (_) must be replicated and row-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). The vector (_) must be replicated and column-distributed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). RTN_NAME : 0040-229 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process indices for the matrix are inconsistent with the abstract process indices for the vectors. The abstract process indices for matrix (_) are (_,_). The abstract process index for vector (_) is (_) and must be equal to the abstract process column index for the matrix. The abstract process index for vector (_) is (_) and must be equal to the abstract process row index for the matrix. The abstract process index for vector (_) is (_) and must be equal to the abstract process column index for the matrix. The abstract process index for vector (_) is (_) and must be equal to the abstract process row index for the matrix. 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-240 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process index for the matrix must be equal to the abstract process indices for the vectors. The abstract process index for matrix (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). RTN_NAME : 0040-241 Context(_) Task(_) Process(_,_) Grid _ x _ The block sizes of the matrix are incompatible with the block sizes of the vectors. The row block size of the matrix (_) is (_) and the column block size of the matrix is (_). The block size of the vector (_) is (_) and must be equal to the column block size of the matrix. The block size of the vector (_) is (_) and must be equal to the row block size of the matrix. The block size of the vector (_) is (_) and must be equal to the column block size of the matrix. The block size of the vector (_) is (_) and must be equal to the row block size of the matrix. 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-244 Context(_) Task(_) Process(_,_) Grid _ x _ The block size, NB_, (element 4 of ARG NO. _) of matrix (ARG NO. _) must be equal to the least integer that is greater than or equal to the quotient of the global number of columns in packed format divided by the number of 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-246 Context(_) Task(_) Process(_,_) Grid _ x _ The global row index (ARG NO. _) of matrix (ARG NO. _) must be equal to 1 for a 1-dimensional process grid with 1 column. RTN_NAME : 0040-247 Context(_) Task(_) Process(_,_) Grid _ x _ The global column index (ARG NO. _) of matrix (ARG NO. _) must be equal to 1 for a 1-dimensional process grid with 1 row. 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-251 Context(_) Task(_) Process(_,_) Grid _ x _ It is not possible to determine the type of eigenvalue computation to perform. If you want to compute all eigenvalues, then vl, vu, il and iu must not be present. If you want to select eigenvalues by specifying a range of values, then vl and vu must be present and il and iu must not be present. If you want to select eigenvalues by specifying a range of indices, then either or both of il and iu must be present and vl and vu must not be present. RTN_NAME : 0040-252 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the assumed shape arrays are incompatible. Array (_) has (_) rows and (_) columns. Array (_) has (_) rows and (_) columns. Array (_) has (_) elements. RTN_NAME : 0040-253 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (_) must be replicated and collapsed. The value for axis_map(1) for the vector is (_). The number of copies of the vector is (_). RTN_NAME : 0040-254 Context(_) Task(_) Process(_,_) Grid _ x _ The assumed shape array has an invalid shape. Array (_) has (_) elements. RTN_NAME : 0040-255 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the assumed shape arrays are incompatible. Array (_) has (_) elements. Array (_) has (_) elements. Array (_) has (_) elements. Array (_) has (_) elements. Array (_) has (_) elements. RTN_NAME : 0040-256 Context(_) Task(_) Process(_,_) Grid _ x _ The block sizes of the vectors must all be equal. The block size of vector (_) is (_). The block size of vector (_) is (_). The block size of vector (_) is (_). The block size of vector (_) is (_). The block size of vector (_) is (_). RTN_NAME : 0040-257 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process index must be the same for all vectors. The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). RTN_NAME : 0040-258 Context(_) Task(_) Process(_,_) Grid _ x _ Vectors (_), (_), and (_) must all be BLOCK distributed. RTN_NAME : 0040-259 Context(_) Task(_) Process(_,_) Grid _ x _ The process grid must be the same for all assumed shape arrays. The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). The process grid for (_) is (_). RTN_NAME : 0040-260 Context(_) Task(_) Process(_,_) Grid _ x _ Array (_) must be (BLOCK,*) distributed. RTN_NAME : 0040-261 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution between the matrix and vectors. The process rank is 1 and the following must be true: The values for axis_map(1) for the matrix and vectors must be 1. The value for axis_map(1) for matrix (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). RTN_NAME : 0040-262 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the 6 assumed shape arrays are incompatible. Array (_) has (_) rows and (_) columns. Array (_) has (_) elements Array (_) has (_) elements Array (_) has (_) elements Array (_) has (_) elements Array (_) has (_) elements. RTN_NAME : 0040-263 Context(_) Task(_) Process(_,_) Grid _ x _ The row block size of the matrix and the block sizes of the vectors are incompatible. The row block size of the matrix (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). RTN_NAME : 0040-264 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process index for the matrix must be equal to the abstract process indices for the vectors. The abstract process index for matrix (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). RTN_NAME : 0040-265 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_type argument of HPF library routine global_distribution indicates that there is an inconsistent data distribution among the vectors. The values for axis_type(1) for all of the vectors must be BLOCK. The value for axis_type(1) for vector (_) is (_). The value for axis_type(1) for vector (_) is (_). The value for axis_type(1) for vector (_) is (_). RTN_NAME : 0040-266 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution between the matrix and vectors. The process rank is 1 and the following must be true: The values for axis_map(1) for the matrix and vectors must be 1. The value for axis_map(1) for matrix (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). RTN_NAME : 0040-267 Context(_) Task(_) Process(_,_) Grid _ x _ The vectors must all be not replicated. The number of copies of the vector (_) is (_). The number of copies of the vector (_) is (_). The number of copies of the vector (_) is (_). RTN_NAME : 0040-268 Context(_) Task(_) Process(_,_) Grid _ x _ The row block size of the matrix and the block sizes of the vectors are incompatible. The row block size of the matrix (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). RTN_NAME : 0040-269 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the assumed shape arrays are incompatible. Array (_) has (_) elements. Array (_) has (_) elements. Array (_) has (_) elements. RTN_NAME : 0040-270 Context(_) Task(_) Process(_,_) Grid _ x _ The block sizes of the vectors must all be equal. The block size of the vector (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). RTN_NAME : 0040-271 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process indices for the vectors must be equal. The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). 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-273 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (_) must be CYCLIC distributed. RTN_NAME : 0040-274 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution for the vectors. The value for axis_map(1) for the vectors must be 1. The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). RTN_NAME : 0040-275 Context(_) Task(_) Process(_,_) Grid _ x _ The value for axis_map(1) for the vector must be 1. The value for axis_map(1) for vector (_) is (_). 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-283 Context(_) Task(_) Process(_,_) Grid _ x _ The block size (element 4 of ARG NO. _) in the global matrix (ARG NO. _) must be the same for all processes. RTN_NAME : 0040-284 Context(_) Task(_) Process(_,_) Grid _ x _ The (_) block size of array (_) must be equal to the (_) block size of array (_). RTN_NAME : 0040-285 Context(_) Task(_) Process(_,_) Grid _ x _ The vector (_) must be BLOCK distributed. 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-288 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process indices for the matrices must be equal. The abstract process index for matrix (_) is (_). The abstract process index for matrix (_) is (_). 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.
Note: | There are more input-argument error messages listed in "Input-Argument Error Messages (800-999)". |
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-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-808 Context(_) Task(_) Process(_,_) Grid _ x _ Vectors (_) and (_) must be BLOCK distributed. RTN_NAME : 0040-809 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution for the vectors. The value for axis_map(1) for the vectors must be 1. The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). RTN_NAME : 0040-810 Context(_) Task(_) Process(_,_) Grid _ x _ The shapes of the assumed shape arrays are incompatible. Array (_) has (_) elements. Array (_) has (_) elements. RTN_NAME : 0040-811 Context(_) Task(_) Process(_,_) Grid _ x _ The block sizes of the vectors must be equal. The block size of the vector (_) is (_). The block size of the vector (_) is (_). RTN_NAME : 0040-812 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process indices for the vectors must be equal. The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). RTN_NAME : 0040-813 Context(_) Task(_) Process(_,_) Grid _ x _ The axis_map argument of HPF library routine global_alignment indicates that there is an inconsistent data distribution between the matrix and vectors. The process rank is 1 and the following must be true: The values for axis_map(1) for the matrix and vectors must be 1. The value for axis_map(1) for matrix (_) is (_). The value for axis_map(1) for vector (_) is (_). The value for axis_map(1) for vector (_) is (_). RTN_NAME : 0040-814 Context(_) Task(_) Process(_,_) Grid _ x _ The row block size of the matrix and the block sizes of the vectors are incompatible. The row block size of the matrix (_) is (_). The block size of the vector (_) is (_). The block size of the vector (_) is (_). RTN_NAME : 0040-815 Context(_) Task(_) Process(_,_) Grid _ x _ The abstract process index for the matrix must be equal to the abstract process indices for the vectors. The abstract process index for matrix (_) is (_). The abstract process index for vector (_) is (_). The abstract process index for vector (_) is (_). 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. _).