1lis_solver_get_timeex(3) Lis Library Functions lis_solver_get_timeex(3)
2
3
4
6 lis_solver_get_timeex - get the detailed information on the execution
7 time from the solver
8
9
11 #include "lis.h"
12
13 LIS_INT lis_solver_get_timeex(LIS_SOLVER solver, double *time, double
14 *itime, double *ptime, double *p_c_time, double *p_i_time);
15
16
18 Get the detailed information on the execution time from the solver.
19
20
22 solver The solver
23
24
26 time The total time in seconds
27
28
29 itime The time in seconds of the iterations
30
31
32 p_c_time
33 The time in seconds of the creation of the preconditioner
34
35
36 p_i_time
37 The time in seconds of the iterations of the preconditioner
38
39
41 The following exit values are returned:
42
43 0 The process is normally terminated
44
45 unspecified
46 An error occurred
47
48
50 lis(3)
51
52 http://www.ssisc.org/lis/
53
54
55
56
57Man Page 28 Aug 2014 lis_solver_get_timeex(3)