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.
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
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
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
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
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]
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]
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
://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
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,
10 matches
Mail list logo