1spmvtest5(1) Utility Commands spmvtest5(1)
2
3
4
6 spmvtest5 - SpMV kernel benchmark for specified matrix storage format
7
8
10 spmvtest5 matrix_filename matrix_type iter [block]
11
12
14 This program inputs the matrix data from matrix_filename and compute
15 the multiply of the matrix with matrix_type and a vector (1, ..., 1)^T.
16 The FLOPS performance is measured as the average of iter iterations.
17 The Matrix Market format is supported for matrix_filename. If necesā
18 sary, the block size of the BSR and BSC formats can be specified by
19 block. See Lis User Guide for more information.
20
21
23 The following exit values are returned:
24
25 0 The process is normally terminated
26
27 unspecified
28 An error occurred
29
30
32 lis(3), lsolve(1), esolve(1), hpcg_kernel(1), hpcg_spmvtest(1),
33 spmvtest1(1), spmvtest2(1), spmvtest2b(1), spmvtest3(1), spmvtest3b(1),
34 spmvtest4(1)
35
36 http://www.ssisc.org/lis/
37 http://math.nist.gov/MatrixMarket/
38
39
40
41
42Man Page 26 Mar 2014 spmvtest5(1)