Skip to content

Commit

Permalink
Added documentation for finding jobs for accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
kmishra9 authored Nov 29, 2018
1 parent 7f73e69 commit 1630532
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,11 @@ The basic command for seeing what is running on the system is `squeue`:
squeue
squeue -u SAVIO_USERNAME
squeue -A co_stat
```
To get a list of the jobs submitted within a given timeframe you can use:
```
sacct -u $USER --starttime=[START] --endtime=[END]
where [START] and [END] would be replaced with a date like 2018-01-01 and 2020-01-01 respectively
```

To see what nodes are available in a given partition:
Expand Down

0 comments on commit 1630532

Please sign in to comment.