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

/heap-arrays Memory Leak

Aaron_S_1
Beginner
548 Views

I've run into a stack overflow error when passing some large data arrays. I was exploring possible solutions to the problem when I came across this page: https://software.intel.com/en-us/articles/intel-fortran-compiler-increased-stack-usage-of-80-or-higher-compilers-causes-segmentation-fault which states that the /heap-array option could be used, but "Note the 13.0 initial release of the compiler has a memory leak with the  -heap-arrays switch, so do not use it with this release." Does this mean that all 13.0 releases will create a memory leak with the /heap-array switch? And 13.1 version numbers are the first that won't? We are using XE 2013 Update 3, or 13.0.3624.2010. Thanks in advance for any help.

0 Kudos
1 Solution
Steven_L_Intel1
Employee
548 Views

That problem was fixed in 13.0.1 (Composer XE 2013 Update 1). I've updated the article to add that information.

View solution in original post

0 Kudos
1 Reply
Steven_L_Intel1
Employee
549 Views

That problem was fixed in 13.0.1 (Composer XE 2013 Update 1). I've updated the article to add that information.

0 Kudos
Reply