1DSECND_NONE(1) LAPACK auxiliary routine (version 3.2) DSECND_NONE(1)
2
3
4
6 DSECND_NONE - nothing instead of returning the user time for a process
7 in seconds
8
10 DOUBLE PRECISION FUNCTION DSECND( )
11
13 DSECND returns nothing instead of returning the user time for a process
14 in seconds. If you are using that routine, it means that neither
15 EXTERNAL ETIME, EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is
16 available on your machine.
17
18
19
20
21 LAPACK auxiliary routine (versionNo3v.e2m)ber 2008 DSECND_NONE(1)