The Slurm User Group Meeting (SLUG'21) this fall will be online once
again. In lieu of an in-person meeting, SchedMD will broadcast a set of
five presentations on Tuesday, September 21st, 2021, from 9am to noon
(MDT) on our YouTube channel:
https://www.youtube.com/c/schedmd-slurm
There is no c
Just a correction
We use
sacctmgr modify user= set qos+=gpu-rtx6000-2
Amjad
On Tue, Aug 31, 2021 at 10:17 AM Amjad Syed wrote:
> Hi Sean
>
> We have been adding by using the following command
>
> sacctmgr modify user set qos+=gpu-rtx-reserved
>
> We have a single account that is associated wit
Hi Sean
We have been adding by using the following command
sacctmgr modify user set qos+=gpu-rtx-reserved
We have a single account that is associated with all our users and root
account for admin
Is that the issue, we need to associate user with account?
On Tue, Aug 31, 2021 at 9:38 AM Sean
Hi Amjad,
AccountingStorageUser is the user used to connect to the accounting database.
If you have it defined in slurm.conf, it is ignored.
>From the output you showed, it says the user cjr13geu in the cluster
>uea_cluster has access to the QoS.
How are you adding the QoS to other users? The
Hi Sean
Here is the output for gpu-rtx-reserved qos
sacctmgr show account withassoc -p | grep gpu-rtx-reserved
default|default|default|uea_cluster||cjr13geu|1|||gpu,gpu-k40-1,gpu-rtx,
*gpu-rtx-reserved*,hmem,ht,uea_def_qos|
sontrol show part gpu-rtx6000-2
PartitionName=gpu-rtx
What does sacctmgr show for the user you added to have access to the QoS, and
what does Slurm show for the partition config?
sacctmgr show account withassoc -p
scontrol show part gpu-rtx6000-2
Sean
From: slurm-users on behalf of Amjad
Syed
Sent: Tuesday, 31 Au
Hello me again
Just found out that when our slurmctld restarts all qos are gone.
I mean users who have association with the qos can not submit job with
sbatch, they get error as
sbatch: error: Batch job submission failed: Invalid qos specification
Do we need to make anymore changes in slurm.co