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

how to enable LFH

yjyincj
Beginner
404 Views
Hi all
My coding environmental configurations are XP SP3, visual studio 2005, Intel Fortran Compiler 10.1 with IMSL fortran library. I have encountered a heap leak issue caused by many allocated-deallocate processes. Details are here:
http://software.intel.com/en-us/forums/showthread.php?t=67612
It was pointed out that the low-fragmentation heap needs to be enabled. However, I have no idea about how to do it. Could you please help on this? Thanks a lot.
0 Kudos
2 Replies
yjyincj
Beginner
404 Views
Quoting - yjyincj
Hi all
My coding environmental configurations are XP SP3, visual studio 2005, Intel Fortran Compiler 10.1 with IMSL fortran library. I have encountered a heap leak issue caused by many allocated-deallocate processes. Details are here:
http://software.intel.com/en-us/forums/showthread.php?t=67612
It was pointed out that the low-fragmentation heap needs to be enabled. However, I have no idea about how to do it. Could you please help on this? Thanks a lot.
So nobody has an idea?
0 Kudos
Steven_L_Intel1
Employee
404 Views
The text you quoted in the other thread has the exact steps needed - calls to some Win32 API routines. I am somewhat skeptical that this will solve your problem, though.
0 Kudos
Reply