Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed May 23, 2023
1 parent 2f0b0d7 commit f5341bb
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions bin/wq
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
Basic command modes are the following. There are additional
options for each command
sub: Submit a job.
ls: Print the job listing
stat: Get the status of the cluster/queue.
rm: Remove a job or all jobs for a user.
refresh: Force a refresh of the job queue.
limit: Place limits on a user such as run or cores.
serve: Run a server.
node: Set systems from offline to online or vice versa.
sub: Submit a job.
rm: Remove a job or all jobs for a user.
ls: Print the job listing
stat: Get the status of the cluster/queue.
users: Get a listing of users, their job counts and limits
user: Same as "users" but for a single user
limit: Place limits on a user such as run or cores.
refresh: Force a refresh of the job queue.
serve: Run a server.
node: Set systems from offline to online or vice versa.
To get help on each command, use -h, for example
%prog sub -h
Expand Down

0 comments on commit f5341bb

Please sign in to comment.