Re: [slurm-users] Equivalent command for showbf command of maui in slurm

2021-10-06 Thread pankajd
Sorry for the repetition. Please see the help and output of the showbf : showbf --help Usage: showbf [FLAGS] --about --configfile= --format= --help --host= --keyfile= --loglevel= --port= --version -A // ALL -a -c -d // = [[[DD:]HH:]MM:]SS -f -g -m [] // = { = | >= } -M -n -p -q -r

Re: [slurm-users] is there a way to temporarily freeze an account?

2021-10-06 Thread Chris Samuel
On 6/10/21 6:21 am, byron wrote: We have some accounts that we would like to suspend / freeze for the time being that have unused hours associated with them.  Is there anyway of doing this without removing the users associated with the accounts or zeroing their hours? We have a QOS called

Re: [slurm-users] Equivalent command for showbf command of maui in slurm

2021-10-06 Thread Ole Holm Nielsen
On 06-10-2021 18:42, Pankaj Dorlikar wrote: We would like to know the free / available resources (cpu and GPUs) in slurm. In torque/maui, showbf –S command gives the similar output. What command / commanline should be used to check available / free resources including node number and its

[slurm-users] Equivalent command for showbf command of maui in slurm

2021-10-06 Thread Pankaj Dorlikar
Hi, We would like to know the free / available resources (cpu and GPUs) in slurm. In torque/maui, showbf -S command gives the similar output. What command / commanline should be used to check available / free resources including node number and its corresponding cpus and GPUs available.

Re: [slurm-users] is there a way to temporarily freeze an account?

2021-10-06 Thread Juergen Salk
Hi, I think setting MaxSubmitJobs=0 for the association should also do the trick if you don't want to code something special in the submit.lua script. E.g. for a single user: sacctmgr update user set maxsubmitjobs=0 Setting MaxSubmitJobs=-1 will then release this limit. Best regards

Re: [slurm-users] is there a way to temporarily freeze an account?

2021-10-06 Thread Thomas M. Payerle
There are a lot of parameters controlling the resources which an account and/or user can use. I suspect your default setup only uses a few of them. To temporarily disable an account, you can apply a setting which is disjoint from your normal methods. E.g., if you normally set GrpTresMins to

Re: [slurm-users] is there a way to temporarily freeze an account?

2021-10-06 Thread Marcus Wagner
e.g. by prohibiting submission in the submit.lua script? Best Marcus Am 06.10.2021 um 15:21 schrieb byron: We have some accounts that we would like to suspend / freeze for the time being that have unused hours associated with them.  Is there anyway of doing this without removing the users

[slurm-users] is there a way to temporarily freeze an account?

2021-10-06 Thread byron
We have some accounts that we would like to suspend / freeze for the time being that have unused hours associated with them. Is there anyway of doing this without removing the users associated with the accounts or zeroing their hours? We are using slurm version 19.05.7 Thanks