LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
second_NONE.f File Reference

Go to the source code of this file.

Functions/Subroutines

real function second ()
 SECOND returns nothing More...
 

Function/Subroutine Documentation

real function second ( )

SECOND returns nothing

Purpose:
  SECOND returns nothing instead of returning the user time for a process in seconds.
  If you are using that routine, it means that neither EXTERNAL ETIME,
  EXTERNAL ETIME_, INTERNAL ETIME, INTERNAL CPU_TIME is available  on
  your machine.
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
November 2011

Definition at line 39 of file second_NONE.f.

39 *
40 * -- LAPACK auxiliary routine (version 3.4.0) --
41 * -- LAPACK is a software package provided by Univ. of Tennessee, --
42 * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
43 * November 2011
44 *
45 * =====================================================================
46 *
47  second = 0.0e+0
48  RETURN
49 *
50 * End of SECOND
51 *
real function second()
SECOND Using ETIME

Here is the call graph for this function: