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

memory managing

wjahn
Beginner
383 Views
Im a new Fortran user with no experience whatsoever in this language. In my work I have to handle with matrixes of millions of elements, and very soon the compiler (visual compaq fortran 90) tells me: stack overflow!!
I have a 256Mb ram, so it should be no problem (actually using matlab it works....)
How can I reorganize my memory so it won't collapse???
0 Kudos
1 Reply
Steven_L_Intel1
Employee
383 Views
Start with this article fora general explanation of memory management in Fortran and tips on how to deal with stack overflow.
0 Kudos
Reply