Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29253 Discussions

Run-time Errors about IMSL and Intel Fortran

ji_cao
Beginner
484 Views

Hi all:

We have a big project by using IMSL 6.0 and Intel Fortran 10.1. When we enable the Project Properties->Fortran->Optimization, both Debug and Release configurations can be compiled. The Debug file runs OK while the Release file gets error; usually the array boundary has been exceeded. If the Optimization has been disabled, everything is fine. We will appreciate for your time and help.

Thanks.

0 Kudos
1 Reply
g_f_thomas
Beginner
484 Views

When differences between configs are observed the first thing to suspect is the code. Such differences are usually due to uninitialized variables, though not always. Enable optimization in the debug config , enable the obvious in properties/runtime, and debug it in VS.

Gerry

0 Kudos
Reply