1lis_esolver_get_timeex(3f) Lis Library Functions lis_esolver_get_timeex(3f)
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 subroutine lis_esolver_get_timeex(LIS_ESOLVER esolver, double *times,
12 double *itimes, double *ptimes, double *p_c_times, double *p_i_times,
13 LIS_INTEGER ierr);
14
15
17 Get the detailed information on the execution time for the specified
18 eigenpair from the eigensolver.
19
20
22 esolver
23 The eigensolver
24
25
27 times The total time in seconds
28
29
30 itimes The time in seconds of the iterations
31
32
33 p_c_times
34 The time in seconds of the creation of the preconditioner
35
36
37 p_i_times
38 The time in seconds of the iterations of the preconditioner
39
40
42 lis(3)
43
44 http://www.ssisc.org/lis/
45
46
47
48
49Man Page 28 Aug 2014 lis_esolver_get_timeex(3f)