1lis_solver_get_timeex(3f) Lis Library Functions lis_solver_get_timeex(3f)
2
3
4
6 lis_solver_get_timeex - get the detailed information on the execution
7 time from the solver
8
9
11 subroutine lis_solver_get_timeex(LIS_SOLVER solver, double *time, dou‐
12 ble *itime, double *ptime, double *p_c_time, double *p_i_time,
13 LIS_INTEGER ierr);
14
15
17 Get the detailed information on the execution time from the solver.
18
19
21 solver The solver
22
23
25 time The total time in seconds
26
27
28 itime The time in seconds of the iterations
29
30
31 p_c_time
32 The time in seconds of the creation of the preconditioner
33
34
35 p_i_time
36 The time in seconds of the iterations of the preconditioner
37
38
40 lis(3)
41
42 http://www.ssisc.org/lis/
43
44
45
46
47Man Page 28 Aug 2014 lis_solver_get_timeex(3f)