ralna / CUTEst

The Constrained and Unconstrained Testing Environment with safe threads (CUTEst) for optimization software
Other
83 stars 18 forks source link

fix time types #9

Closed dpo closed 5 years ago

dpo commented 5 years ago

Variables passed to CPU_TIME should be of type REAL, independently of the working precision.

nimgould commented 5 years ago

Yes, the fortran standard does say that the argument should be real, so this is a bug. Interestingly none of the compilers here picked it up. Thanks, Dominique

Nick