![]() |
![]()
| ![]() |
![]()
NAMEhpcg_kernel - high performance conjugate gradient kernel benchmark SYNOPSIShpcg_kernel matrix_type solution_filename rhistory_filename [options] DESCRIPTIONThis program solves the linear equation Ax = b with additive Schwarz, symmetric Gauss-Seidel preconditioned conjugate gradient solver, where the coefficient matrix A of size lmn is derived from a discretized three dimensional Poisson's equation using the twenty-seven point central difference scheme, with the coefficient matrix in the storage format specified by matrix_type and the solver specified by options. It outputs the solution to solution_filename in the extended Matrix Market format and the residual history to rhistory_filename in the PLAIN format (see Appendix of the Lis User Guide). The right-hand side vector is set such that the values of the elements of the solution are 1. The values l, m and n represent the numbers of grid points in each dimension. OVERRIDE OPTIONSThe following options are supported:
Other Options:
See Lis User Guide for full description. EXIT STATUSThe following exit values are returned:
SEE ALSOlis(3), lsolve(1), esolve(1), hpcg_spmvtest(1), spmvtest1(1), spmvtest2(1), spmvtest2b(1), spmvtest3(1), spmvtest3b(1), spmvtest4(1), spmvtest5(1) http://www.ssisc.org/lis/
|