Thank you Peter,
Bill
-- Original --
From: Peter Kjellström
Date: Thu,Jul 19,2018 9:51 PM
To: Bill
Cc: Slurm User Community List
Subject: Re: [slurm-users] default memory request
On Thu, 19 Jul 2018 18:57:09 +0800
"Bill" wrote:
> Hi ,
>
&
On Thu, 19 Jul 2018 18:57:09 +0800
"Bill" wrote:
> Hi ,
>
>
> I just found the way , set "DefMemPerCPU=4096" for partition in
> slurm.conf
>
> It will use 4G memory request.
That is how we do it too (except not for a specific partition but
globally).
You can also add custom logic to a submi
uot;;
Subject: [slurm-users] default memory request
Hi ,
How to set a default memory request when use srun without --mem?
for example,
$srun --mem=40G sleep 120 , it will require 40G memory, but if I run $srun
sleep 120, it may use all node's memory.
How to setup the default sru
Hi ,
How to set a default memory request when use srun without --mem?
for example,
$srun --mem=40G sleep 120 , it will require 40G memory, but if I run $srun
sleep 120, it may use all node's memory.
How to setup the default srun request memory size without --mem arguments?
Many thanks,
Bill