| Command |
Result
|
| query balance |
Use to view current balances for all projects. The default
project is marked with a *.
[joeuser]$ lcrc-qbank -q balance
Project: Available (Nodehours)
---------------- ---------------------
*startup-joeuser 769.3864
anl-mcs-support 10000.0000
|
| query default |
Use to view current default project.
[joeuser]$ lcrc-qbank -q default
Default Project: startup-joeuser
|
| query trans |
Use to view transactions. To see transactions for a specific
project, use the -p <project> option, otherwise all
transactions for all projects will be shown, grouped by project.
To see only transactions after a specific date, use the -b
option, otherwise all transactions will be shown. To see
only transactions on or prior to a specific date, use the -e
option, otherwise all transactions will be shown.
[joeuser]$ lcrc-qbank -q trans
[joeuser]$ lcrc-qbank -q trans -p anl-mcs-support
[joeuser]$ lcrc-qbank -q trans -b "02/14/03" -e "02/15/03" -p anl-mcs-support
|
|
| set default |
Use to set the default project to a different project. If a
user does not specify a project at job submission, the resources
used will be withdrawn from the default project at the time of
job completion. The project must be a valid project and the user
must be a member of the project. If the requested project is
the same as the current default project, the request will be
ignored.
[joeuser]$ lcrc-qbank -s default anl-mcs-support
Previous Default Project: startup-joeuser
New Default Project: anl-mcs-support
|