ROAR User Guide   »   Roar Collab Compute Account Self-Management
Feedback [ + ]

Roar Collab Compute Account Self-Management

Modifying Allocation Coordinators

The principal contact for a compute allocation is automatically designated as a coordinator for the compute account associated with the compute allocation. A coordinator can add or remove another coordinator with the following command:

 

$ sacctmgr add coordinator account=<compute-account> name=<userid>
$ sacctmgr remove coordinator account=<compute-account> name=<userid>

Adding and Removing Users from an Allocation

A coordinator can then add and remove users from the compute account using the following:

 

$ sacctmgr add user account=<compute-account> name=<userid>
$ sacctmgr remove user account=<compute-account> name=<userid>