HP MLIB User's Guide Vol. 2 7th Ed.
1058 HP MLIB User’s Guide
DSEVPS Print statistics
Name DSEVPS
Print statistics
Purpose This subprogram prints available statistics about the original matrices, amount
of work space in use, amount required for the next phase, and maximum
amount used thus far. Also, this subprogram prints storage and arithmetic
requirements, CPU time used, and computational rate for Cholesky
factorization. The amount of information printed depends on the stage of
execution. The number of lines of output ranges from 8 to 30, with the width of
the lines being less than 80 characters.
Usage VECLIB, VECLIB8:
REAL*8 global(150)
CALL DSEVPS(global)
Input global Global communications array for this problem.
Example Print the statistics after the package has completed a numeric solution (either
after DSEVSL or DSEVFS).
REAL*8 GLOBAL(150)
CALL DSEVPS (GLOBAL)