This sparse utility subroutine allocates space for the local data of a general sparse matrix A. It also initializes some values, which are only for internal use, of the general sparse matrix A.
Fortran | CALL PSPALL (a, desc_a)
CALL PSPALL (a, desc_a, nnz) |
Type: required
Specified as: the derived data type DESC_TYPE.
If nnz is not present, Parallel ESSL estimates how many non-zero elements, nnz, are present based on the order of the global general sparse matrix A.
Scope: local
Type: optional
Specified as: a fullword integer, where nnz > 0.
Scope: local
Type: required
Returned as: the derived data type D_SPMAT.
None