Group: comp.lang.fortran · Group Profile · Search for Flag in comp.lang.fortran
Author: Steve Lionel
Date: Sep 9, 2008 07:51
On Mon, 8 Sep 2008 23:08:21 -0700 (PDT), michaelmetcalf@compuserve.com wrote: A further possibility is to examine whether the compiler's flags are, by default, degrading run-time performance. In particular, ifort peforms run-time array bounds checking by default, The only situation where array bounds checking is on by default is in the Debug configuration of a Visual Studio project. ...
|