Re: [slurm-users] Slurm User Group Meeting (SLUG'20) Agenda Posted

2020-09-03 Thread Jacqueline Scoggins
Do we have to register to join? Jackie On Mon, Aug 31, 2020 at 3:54 PM Tim Wickberg wrote: > We're still nailing down a few details with the streaming platform (and > will add them to the website when resolved), but do expect to have the > video available for one or two weeks afterwards. > > -

Re: [slurm-users] [External] [slurm 20.02.3] don't suspend nodes in down state

2020-09-03 Thread Steven Dick
I think there are at least two possible ways to do what you want. You can make a reservation on the node and mark it as a maintenance reservation. I don't know if slurm will shut down the node if it is idle while it has a maintenance reservation, but it certainly won't if you also run a job as r

Re: [slurm-users] Submitting jobs with constraint option

2020-09-03 Thread Diego Zuccato
Il 03/09/20 14:52, Gestió Servidors ha scritto: > I would like to apply some constraint options to my nodes. For example, > infiniband available, processor model, etc., but I don’t know where I > need to detail that information. I know that in “sbatch” I can request > for that details with “--cons

Re: [slurm-users] Submitting jobs with constraint option

2020-09-03 Thread Marcus Boden
Hi, you can add those as "Features" for the nodes, see: https://slurm.schedmd.com/slurm.conf.html#OPT_Feature Best, Marcus On 9/3/20 2:52 PM, Gestió Servidors wrote: > Hello, > > I would like to apply some constraint options to my nodes. For example, > infiniband available, processor model, et

[slurm-users] QoS for accounts and users

2020-09-03 Thread Diego Zuccato
Hello all. I have a(n other) doubt. :) If I specify one (or more) QoS for an account, do I automatically give access to it to every user associated with that account even if I don't specify a QoS for the user? And if I specify a QoS that's not associated to the account for a user in that account

[slurm-users] Submitting jobs with constraint option

2020-09-03 Thread Gestió Servidors
Hello, I would like to apply some constraint options to my nodes. For example, infiniband available, processor model, etc., but I don't know where I need to detail that information. I know that in "sbatch" I can request for that details with "--constraint=" but I suppose that I need to define t