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. In a Release configuration,
or if building from the command line, all the run-time checks are off by
default.
--
Steve Lionel
Developer Products Division
Intel Corporation
Nashua, NH