Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29306 Discussions

Compaq Visual Fortran Memory Leaks

calderoc224
Beginner
694 Views
I was wondering if anyone had any useful advise/links as to where to get 3rd party software that works with compaq visual fortran. In my application i am running out of virtual memory.... There is a huge section of code that I did not write that uses dynamic arrays and I am guessing that not everything is deallocated upon exiting the subroutine, BUT i tried finding all of the possible leaks, but it is still happening. I heard that "Purify" was compatible with CVF, but i don't know much about or how to use it. Any pointers would be greatly appreciated.
-Chris
0 Kudos
3 Replies
Jugoslav_Dujic
Valued Contributor II
694 Views
You could try http://www.memoryvalidator.com/-- they even have an evaluation version which could do the job. I did try it with CVF and it sort of works, but I admit I had difficulties interpreting the results -- in any case, RTFM would have probably helped (if I had time).
Jugoslav
0 Kudos
calderoc224
Beginner
694 Views
Thanks for the help, I will try out the evaluation version. By the way what does "RTFM" stand for?
Chris
0 Kudos
Steven_L_Intel1
Employee
694 Views
Read The Fine Manual
0 Kudos
Reply