Condo/Priority Jobs
sacctmgr -p list assoc where user=$USER | grep -E 'condo|Account|Partition'#SBATCH --partition=<Partition>sbatch --partition=<Partition> <batch-script>$ interact -q <Partition> ... <other_options>#SBATCH --account=<Account>sbatch --account=<Account> <batch-script>interact -a <Account> ... <other_options>Premium Account (priority) jobs
Last updated
Was this helpful?