1lis_esolver_get_timeex(3)    Lis Library Functions   lis_esolver_get_timeex(3)
2
3
4

NAME

6       lis_esolver_get_timeex  - get the detailed information on the execution
7       time for the specified eigenpair from the eigensolver
8
9

SYNOPSIS

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

DESCRIPTION

18       Get  the  detailed  information on the execution time for the specified
19       eigenpair from the eigensolver.
20
21

INPUT

23       esolver
24              The eigensolver
25
26

OUTPUT

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

EXIT STATUS

43       The following exit values are returned:
44
45       0      The process is normally terminated
46
47       unspecified
48              An error occurred
49
50

SEE ALSO

52       lis(3)
53
54       http://www.ssisc.org/lis/
55
56
57
58
59Man Page                          28 Aug 2014        lis_esolver_get_timeex(3)
Impressum