Home>
I am writing a two-dimensional code for honeycomb structures.
Writing in gfortran.
You can fix the error in the code and run it to create a.exe. If i run it, you will get the following error at the command prompt.
Operation system error: Not enough space Allocation would exceed memory limit
Applicable source code
Code is nearly 6000 lines
I didn't get a similar error when searching.
Supplemental information (FW/tool version etc.)-
Answer # 1
Related articles
- c - i want to eliminate the error message
- i get an error message when i try to compile
- c - i get an error message
- c ++ - c language: please tell me how to deal with the error message "bus error"!
- python 3x - i updated pip with python and it succeeded but i got an error message
- i can't compile gcc with a fatal error
- javascript - error message display when the radio button is not selected
- how do i create a build and how to resolve the error "binary not found"?
- c # - what to do about the error message "index is out of array bounds"
- java - how to handle the error message when the radio button is not selected
- macro, identifier not recognized error
- python - i get an error message like invalid character in identifier
- blockchain - i get an error message when deploying solidity contract in the remix ide
- python - error message pandas_datareader
- c error reading csv file (expected identifier or'(')
- php - an error message that cannot be read by wordpress is displayed
- how to create a custom error message in laravel
- ruby - i want to display an error message when posting/editing fails by validation check
- java - how to display error message when inputting non-integer
- i get an error when i compile
Related questions
- it is c language please score
- c - a green wavy line appears under winmain and _twinmain
- visualstudio c ++ linux "undefined reference to pthread_create"
- c - about fortran data
- c - about file mapping
- c - how to add a list view to a dialog in the dialog editor?
- i would like to know the reason why if i insert a line feed character in scanf, i can not proceed even though no error appears i
- the second and subsequent loops do not work file input/output strtok_s function
- c++ - about unicode multibyte
- program for descending order of secondary array in c language
Do you mean that you don't understand the meaning of the error message?
Since it is a message that there is not enough memory, it may have tried to create an array that exceeds the available memory size.