[slurm-users] Slurm does not set CUDA_VISIBLE_DEVICES

2018-05-20 Thread Vladimir Goy
Hello, Please, help me, I would like to ask you about the next bug. Why slurm does not set CUDA_VISIBLE_DEVICES variabels before runs user aplication? This bug I observe after update slurm 17.02.2 -> 17.11.6 . Who/How can fix this problem? Version 17.02.2 works well, but now I can not downgrate, b

Re: [slurm-users] How to find user limit in SLURM

2018-05-20 Thread Lachlan Musicman
On 21 May 2018 at 11:36, Lachlan Musicman wrote: > On 21 May 2018 at 11:29, 程迪 wrote: > >> Hi everyone, >> >> I am using SLURM as a normal user. I want to find the usage limit of my >> user. I can access the slurm's config via `scontrol show config`. But it is >> my user's limit. >> >> I can fin

Re: [slurm-users] How to find user limit in SLURM

2018-05-20 Thread Lachlan Musicman
On 21 May 2018 at 11:29, 程迪 wrote: > Hi everyone, > > I am using SLURM as a normal user. I want to find the usage limit of my > user. I can access the slurm's config via `scontrol show config`. But it is > my user's limit. > > I can find the account of my user by `sacctmgr show user di`. But I ca

[slurm-users] How to find user limit in SLURM

2018-05-20 Thread 程迪
Hi everyone, I am using SLURM as a normal user. I want to find the usage limit of my user. I can access the slurm's config via `scontrol show config`. But it is my user's limit. I can find the account of my user by `sacctmgr show user di`. But I cannot find the QOS or usage limit of my user. Is