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

2018-09-14 Thread Dmitri Chebotarov
re 'root' and other admin/system accounts don't fight for CPU cycle with users' jobs. Thank you. -Original Message- From: slurm-users On Behalf Of Renfro, Michael Sent: Friday, September 14, 2018 10:33 AM To: Slurm User Community List Subject: Re: [slurm-users] How t

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

2018-09-14 Thread Renfro, Michael
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 On Behalf Of Loris &

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

2018-09-14 Thread kesim
Original Message- > From: slurm-users On Behalf Of > Loris Bennett > Sent: Friday, September 14, 2018 9:15 AM > To: slurm-users@lists.schedmd.com > Subject: Re: [slurm-users] How to set priorities of actual obs > > > kesim writes: > > >> On Fri, Sep

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

2018-09-14 Thread Dmitri Chebotarov
om: slurm-users On Behalf Of Loris Bennett Sent: Friday, September 14, 2018 9:15 AM To: slurm-users@lists.schedmd.com Subject: Re: [slurm-users] How to set priorities of actual obs kesim writes: >> On Fri, Sep 14, 2018 at 2:41 PM Loris Bennett >> wrote: >> >> Hi Ket

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

2018-09-14 Thread Loris Bennett
kesim writes: >> On Fri, Sep 14, 2018 at 2:41 PM Loris Bennett >> wrote: >> >> Hi Ketiw, >> >> kesim writes: >> >> > Dear all, >> > >> > I would like to submit a job in such a way that the actual program is >> > run with the lowest priority (nice=19 on linux). At the moment every >> >

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

2018-09-14 Thread Loris Bennett
Hi Ketiw, kesim writes: > Dear all, > > I would like to submit a job in such a way that the actual program is > run with the lowest priority (nice=19 on linux). At the moment every > task has priority 0. Is it possible to do that and how? > > Best regards, > > Ketiw I'm not aware that this is