NAME
sbank-deposit - desposit hours to a slurm account
SYNOPSIS
sbank deposit [OPTION]...
DESCRIPTION
slurm bank administrative tool (wraps sacctmgr) for depositing hours to a given slurm account. The hours can be positive or negative integer values. All this command does is increase the 'GrpCPUMins' limit, it does not affect the actual used hours.
-h
show help message
-d
show debug messages
-a, --account
Specify the slurm account
-c, --cluster
Specify the slurm cluster
-t, --time
Specify the amount of hours to deposit, can be negative in value if you wish to deduct hours from the account. This value must be an integer value.
EXAMPLES
Deposit '1000000' hours to account 'account-00049' on the cluster 'mycluster'
sbank deposit -c 'mycluster' -a account-00049 -t 1000000
Remove '1000' hours from an account 'account-0001' on the cluster 'mycluster'
sbank deposit -c 'mycluster' -a account-0001 -t -1000
SEE ALSO
- sbank(1)
- sbank-balance(1)
- sbank-project(1)
AUTHOR
Jimmy Tang jtang@tchpc.tcd.ie
COPYRIGHT
Copyright (C) 2011 Trinity Centre for High Performance Computing, Trinity College Dublin. There is NO WARRANTY, to the extent permitted by law.