...
This shows that the job has exhausted all the memory available on a core/node. This error can occur shortly after the job has started, or much later in execution, depending on the demand for memory by the application. These
There are the two options to solve this problem:
...
bgColor | #fff |
---|
- Reduce the memory requirement of the application
...
- - which may mean reducing the problem size, but may also mean checking for the possibility of memory leaks if you are developing your own code
...
- ; or
- Increase the memory available to the application by reducing the number of tasks within a node. In the case of Zeus, explicitly request for more memory for each task, using the directive "
#SBATCH --mem=10G
" (10 GB in this example).
Related articles
Content by Label | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...