Why Am I Getting a Fortran Memory Allocation Error?

  • Context: Fortran 
  • Thread starter Thread starter sketos
  • Start date Start date
  • Tags Tags
    Error Fortran System
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
sketos
Messages
55
Reaction score
0
I am getting the following error when i try to run my program:

Code:
 Operating system error: Cannot allocate memory
 Allocation would exceed memory limit

Any thoughts about that this is and maybe any suggestions about how to resolve the issue??
 
on Phys.org
It looks like your program is trying to take more memory than your computer has, or you've got some sort of mistake in your program. Either way, it's like asking your doctor to examine you from another room while blindfolded.

If you want more help, post your program.
 
apparently there was a mistake in my program ... thank you!