Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ERROR

Status
Not open for further replies.

alikami

Technical User
Jan 20, 2010
4
CN
I am using Allan Miller code to convert F77 to F90.
it gives this error:

no of lines read =877
run-time error F6717
- out of memory

please help..
regards
ali
 
It is doing lots of allocates without deallocates. Presumably, it needs to store everything in memory: probably one for F77 and one for F90.

You will need at least enough memory to store two copies of your program in memory.

Try breaking up the subroutines into one file each.
 
Thanks .
Is it possible for you to convert it for me?
I will send you both codes
I am sorry if , asking too much..
Regards
 
Sorry - I can't upload/download anything at work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top