1spmvtest2(1) Utility Commands spmvtest2(1)
2
3
4
6 spmvtest2 - SpMV kernel benchmark of two dimensional Laplacian
7
8
10 spmvtest1 m n iter [matrix_type]
11
12
14 This program computes the matrix-vector multiply of a discretized two
15 dimensional Laplacian of size mn using the five point central differ‐
16 ence scheme, and a vector (1, ..., 1)^T. The FLOPS performance is mea‐
17 sured as the average of iter iterations. If necessary, one of the fol‐
18 lowing values can be specified by matrix_type:
19
20 0 Measure the performance for the available matrix storage formats
21
22 1-11 The number of the matrix storage format
23
24 The values m and n represent the numbers of the grid points in each
25 dimension. See Lis User Guide for more information.
26
27
29 The following exit values are returned:
30
31 0 The process is normally terminated
32
33 unspecified
34 An error occurred
35
36
38 lis(3), lsolve(1), esolve(1), hpcg_kernel(1), hpcg_spmvtest(1),
39 spmvtest1(1), spmvtest2b(1), spmvtest3(1), spmvtest3b(1), spmvtest4(1),
40 spmvtest5(1)
41
42 http://www.ssisc.org/lis/
43
44
45
46
47Man Page 26 Mar 2014 spmvtest2(1)