- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm developing a programe solving large-scale matrix equation using frontal-solver algorithm.(Ax = b)
After compiling and linking (they are both OK), I excuted the programe and got following message:
------------------------------------------------------------------
forrtl: severe (41): insufficient virtual memory
*********************************(some other message)
Incrementally linked image--PC correlation disabled.
--------------------------------------------------------------------
so what's the meaning? Could someone tell me that?
Thx~~~~~
"Insufficient virtual memory": I donot think my programe need too much memory, since the matrix I input is not very large, just 900-by-900.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add at the end of your compile command
/traceback /link /incremental:no
and it should tell you at what line the error occurred. That may help you figure out the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for you reply. Yes, I'm using CVF 6.6, so do you mean I have to use the command prompt to compile and link the program? Using DF ... ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great!
I've found the error now, it's really about ALLOCATE.
thx Steve.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page