1lis_esolver_get_timeex(3) Lis Library Functions lis_esolver_get_timeex(3)
2
3
4
6 lis_esolver_get_timeex - get the detailed information on the execution
7 time for the specified eigenpair from the eigensolver
8
9
11 #include "lis.h"
12
13 LIS_INT lis_esolver_get_timeex(LIS_ESOLVER esolver, double *times, dou‐
14 ble *itimes, double *ptimes, double *p_c_times, double *p_i_times);
15
16
18 Get the detailed information on the execution time for the specified
19 eigenpair from the eigensolver.
20
21
23 esolver
24 The eigensolver
25
26
28 times The total time in seconds
29
30
31 itimes The time in seconds of the iterations
32
33
34 p_c_times
35 The time in seconds of the creation of the preconditioner
36
37
38 p_i_times
39 The time in seconds of the iterations of the preconditioner
40
41
43 The following exit values are returned:
44
45 0 The process is normally terminated
46
47 unspecified
48 An error occurred
49
50
52 lis(3)
53
54 http://www.ssisc.org/lis/
55
56
57
58
59Man Page 28 Aug 2014 lis_esolver_get_timeex(3)