; To: Slurm User Community List
> Subject: [ext] Re: [slurm-users] Changing a user's default account
>
> This should work:
>
> sacctmgr add user someuser account=newaccount # adds user to new account
>
> sacctmgr modify user where user=someuser set defaultaccount=newaccou
user=someuser and account=oldaccount # remove from
old account
From: slurm-users on behalf of Chip Seraphine
Date: Friday, August 5, 2022 at 9:56 AM
To: Slurm User Community List
Subject: [slurm-users] Changing a user's default account
External Email Warning
This email originate
munity List
Subject: [ext] Re: [slurm-users] Changing a user's default account
This should work:
sacctmgr add user someuser account=newaccount # adds user to new account
sacctmgr modify user where user=someuser set defaultaccount=newaccount # change
default
sacctmgr remove user where u
t # remove from
old account
From: slurm-users on behalf of Chip
Seraphine
Date: Friday, August 5, 2022 at 9:56 AM
To: Slurm User Community List
Subject: [slurm-users] Changing a user's default account
External Email Warning
This email originated from outside the university. Please use c
behalf of Chip
Seraphine
Date: Friday, August 5, 2022 at 9:56 AM
To: Slurm User Community List
Subject: [slurm-users] Changing a user's default account
External Email Warning
This email originated from outside the university. Please use caution when
opening attachments, clicking link
I have a user U who is in association with account A, and I want to change that
to account B. The obvious thing does not work:
$ sacctmgr modify user where user=”U” set defaultaccount=”B”
Can't modify because these users aren't associated with new default account “B”…
OK, fair enough.But I