Re: [slurm-users] Job allocating more CPUs than requested

2018-09-21 Thread Dmitri Chebotarov
Hi Nick I'm curious what makes you think job is using all CPU cores once running? Would you be able to share output from 'ps' command while job is running?: ps -p -L -o pid,tid,psr,pcpu Execute it on the compute node where your job is running. is the process id of the job/task. Thank you.

Re: [slurm-users] How to set priorities of actual obs

2018-09-14 Thread Dmitri Chebotarov
self can be separately managed > - for short jobs with higher priority etc. > > Best regards, > > Ketiw > > On Fri, Sep 14, 2018 at 3:37 PM Dmitri Chebotarov wrote: > Hi Ketiw, > > Wouldn't 'nice' work in this case? > > $ man nice > ... &g

Re: [slurm-users] How to set priorities of actual obs

2018-09-14 Thread Dmitri Chebotarov
Hi Ketiw, Wouldn't 'nice' work in this case? $ man nice ... NAME nice - run a program with modified scheduling priority SYNOPSIS nice [OPTION] [COMMAND [ARG]...] ... In your submit script you would run the program as nice -n 19 -Original Message- From: slurm-users O

Re: [slurm-users] How to access environment variables in submit script?

2018-05-10 Thread Dmitri Chebotarov
09:22 (-0400), Paul Edmon wrote: > Not that I am aware of. Since the header isn't really part of the > script bash doesn't evaluate them as far as I know. > > On 05/10/2018 09:19 AM, Dmitri Chebotarov wrote: > > > >Is it po

[slurm-users] How to access environment variables in submit script?

2018-05-10 Thread Dmitri Chebotarov
Hello Is it possible to access environment variables in a submit script? F.e. $SCRATCH is set to a path and I like to use $SCRATCH variable in #SBATCH: #SBATCH --output=$SCRATCH/slurm/%j.out #SBATCH --error=$SCRATCH/slurm/%j.err Since it's Bash script, # are ignored and I suspect these variables

[slurm-users] Partition 'alias'?

2018-04-20 Thread Dmitri Chebotarov
ingle partition in this case? Thank you, -- Dmitri Chebotarov. George Mason University, 4400 University Drive, Fairfax, VA, 22030 GPG Public key# 5E19F14D: [https://goo.gl/SlE8tj]

[slurm-users] Slurm and memory

2018-04-09 Thread Dmitri Chebotarov
e allocated when needed. So far, I need to run 'sync && echo 3 > /proc/sys/vm/drop_caches' to clear 'buff/cache' as workaround. Thank you, -- Dmitri Chebotarov. George Mason University, 4400 University Drive, Fairfax, VA, 22030 GPG Public key# 5E19F14D: [https://goo.gl/SlE8tj]

Re: [slurm-users] MaxSubmitJobsPerUser?

2018-04-08 Thread Dmitri Chebotarov
Hi Lyn I have the following set for AccountingStorageEnforce AccountingStorageEnforce=associations,limits,qos,safe Thank you, -- Dmitri Chebotarov. George Mason University, 4400 University Drive, Fairfax, VA, 22030 GPG Public key# 5E19F14D From: slurm

Re: [slurm-users] MaxSubmitJobsPerUser?

2018-04-07 Thread Dmitri Chebotarov
://slurm.schedmd.com/resource_limits.html "Note: If limits are defined at multiple points in this hierarchy, the point in this list where the limit is first defined will be used", I expected that 1st QOS which mentions MaxSubmitJobsPerUser will enforce the limit... Thank you, -- Dmitri Chebotar

[slurm-users] MaxSubmitJobsPerUser?

2018-04-07 Thread Dmitri Chebotarov
odify user dchebota set qos+=maxsubmitjobsperuser MaxSubmitJobsPerUser is not set on any other QOS. I'm still able to submit more that 1 job - all submitted jobs are RUNNING. Is this the right way to set MaxSubmitJobsPerUser per user? Thank you, -- Dmitri Chebotarov. George Mason University,