Hi,
If it can help, I use these bash aliases for the same purpose (easier to read
than default output format):
# show every associations of every user.
# if user=username is passed, show only associations for the specific user
username
# see "man sacctmgr" for more
function cri_show_assoc ()
{
On 21 May 2018 at 11:36, Lachlan Musicman wrote:
> On 21 May 2018 at 11:29, 程迪 wrote:
>
>> Hi everyone,
>>
>> I am using SLURM as a normal user. I want to find the usage limit of my
>> user. I can access the slurm's config via `scontrol show config`. But it is
>> my user's limit.
>>
>> I can fin
On 21 May 2018 at 11:29, 程迪 wrote:
> Hi everyone,
>
> I am using SLURM as a normal user. I want to find the usage limit of my
> user. I can access the slurm's config via `scontrol show config`. But it is
> my user's limit.
>
> I can find the account of my user by `sacctmgr show user di`. But I ca
Hi everyone,
I am using SLURM as a normal user. I want to find the usage limit of my
user. I can access the slurm's config via `scontrol show config`. But it is
my user's limit.
I can find the account of my user by `sacctmgr show user di`. But I cannot
find the QOS or usage limit of my user.
Is