1spmvtest3b(1) Utility Commands spmvtest3b(1)
2
3
4
6 spmvtest3b - SpMV kernel benchmark of three dimensional Laplacian
7
8
10 spmvtest1 l m n iter [matrix_type]
11
12
14 This program computes the matrix-vector multiply of a discretized three
15 dimensional Laplacian of size lmn using the twenty-seven point central
16 difference scheme, and a vector (1, ..., 1)^T. The FLOPS performance is
17 measured as the average of iter iterations. If necessary, one of the
18 following 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 l, 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), spmvtest2(1), spmvtest2b(1), spmvtest3(1), spmvtest4(1),
40 spmvtest5(1)
41
42 http://www.ssisc.org/lis/
43
44
45
46
47Man Page 26 Mar 2014 spmvtest3b(1)