[slurm-users] Memory allocation error
Christopher Samuel
chris at csamuel.org
Tue Mar 13 14:20:11 MDT 2018
On 14/03/18 07:11, Mahmood Naderan wrote:
> Any idea about that?
You've not requested any memory in your batch job and I guess your
default limit is too low.
To get the 1GB (and a little head room) try:
#SBATCH --mem=1100M
That's a per node limit, so for MPI jobs (which Gaussian is not)
you'll need a different parameter.
All the best,
Chris
--
Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC
More information about the slurm-users
mailing list