...
- Explicitly request for more memory per task or thread, using the directive
#SBATCH --mem-per-cpu=10G
(10 GB in this example). This is best used with the--cpus-per-task
option for full control, or - Increase the memory available to the application by reducing the number of tasks within a node (but still request all the CPUs, otherwise another job might be allocated on the node). Or,
- 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.
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Page Properties | ||
---|---|---|
| ||
|
...