On 01/31/2018 03:52 AM, Christopher Samuel wrote:
Short version, add this to slurm.conf:
PropagateResourceLimits NONE
I'm surprised that this isn't the default setting?
Hi Chris,
Thanks a lot, that setting did the trick. I didn't know about that feature.
Regards.
El mié., 31 ene. 2018 a las 10:55, Christopher Samuel ()
escribió:
> On 31/01/18 20:28, Miguel Gutiérrez Páez wrote:
>
> > If I unlimit memory resources (by commenting the last line in
> > custom.conf
On 31/01/18 20:28, Miguel Gutiérrez Páez wrote:
If I unlimit memory resources (by commenting the last line in
custom.conf file), the same sbatch works properly. A scontrol show
job of a failed job shows that the job was launched in a compute
node, where there is no any restriction about memory
Hi all,
I'm quite new in this slurm world, and I have some (a lot!) of doubts.
I want to limit resources on my login node so users don't overload this
host. I have configure ulimit in this way:
cat custom.conf
* softnproc 4096
root softnproc unlimited
@basic sof