1spmvtest1(1) Utility Commands spmvtest1(1)
2
3
4
6 spmvtest1 - SpMV kernel benchmark of one dimensional Laplacian
7
8
10 spmvtest1 n iter [matrix_type]
11
12
14 This program computes the matrix-vector multiply of a discretized one
15 dimensional Laplacian of size n using the three 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 value n represents the number of the grid points. See Lis User
25 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 spmvtest2(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 spmvtest1(1)