01:       DOUBLE PRECISION FUNCTION DSECND( )
02: *
03: *  -- LAPACK auxiliary routine (version 3.2) --
04: *     Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
05: *     February 2007
06: *
07: *  Purpose
08: *  =======
09: *
10: *  DSECND returns nothing instead of returning the user time for a process in seconds.
11: *  If you are using that routine, it means that neither EXTERNAL ETIME,
12: *  EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available  on
13: *  your machine.
14: *
15: * =====================================================================
16: *
17:       DSECND = 0.0D+0
DSECND -> dsecnd_EXT_ETIME.f:1
DSECND -> dsecnd_EXT_ETIME_.f:1
DSECND -> dsecnd_INT_CPU_TIME.f:1
DSECND -> dsecnd_INT_ETIME.f:1
DSECND -> dsecnd_NONE.f:1
18:       RETURN
19: *
20: *     End of DSECND
21: *
22:       END
23: