Fortran Why Am I Getting a Fortran Memory Allocation Error?

AI Thread Summary
The discussion revolves around an error message indicating that the program cannot allocate memory due to exceeding the memory limit. This issue suggests that the program is attempting to use more memory than the system can provide or contains a coding mistake. To resolve the issue, it's recommended to review the program for errors and consider sharing the code for more specific assistance.
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??
 
Technology news 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!
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...

Similar threads

Replies
17
Views
6K
Replies
3
Views
6K
Replies
1
Views
504
Replies
5
Views
5K
Replies
9
Views
3K
Replies
2
Views
2K
Replies
6
Views
3K
Replies
9
Views
2K
Back
Top