Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:advanced_job_management:special_partitions [2025/08/22 07:09] – [Account coordinator instructions] fokkehabrok:advanced_job_management:special_partitions [2025/08/22 15:09] (current) – [Group specific nodes] Formatting pedro
Line 11: Line 11:
 This sounds a bit complicated, but the main thing to take home is: This sounds a bit complicated, but the main thing to take home is:
  
-Submit to the dedicated partition to get to the group specific nodes.\\ +  *Submit to the dedicated partition to get to the group specific nodes.\\ 
-Usage (and priorities) of these nodes are handled separately from the usage and priorities of the rest of the cluster.+  *Usage (and priorities) of these nodes are handled separately from the usage and priorities of the rest of the cluster.
  
 ===== Account coordinator instructions ===== ===== Account coordinator instructions =====
Line 28: Line 28:
 sacctmgr show -s user <username> sacctmgr show -s user <username>
 </code> </code>
 +
 +A full list of users in the account can be obtained using:
 +<code>
 +sacctmgr show -s account <account>
 +</code>
 +Note that CIT site administrators can also be members of these special accounts, as they need access for testing node performance and running software installations.
  
 Coordinators can be added to the special accounts using: Coordinators can be added to the special accounts using:
Line 42: Line 48:
  
 A user can be removed from the account using: A user can be removed from the account using:
 +<code>
 sacctmgr -i delete user <username> account=<account_name> sacctmgr -i delete user <username> account=<account_name>
 +</code>
  
 ===== GELIFES nodes ===== ===== GELIFES nodes =====