From 163053241abf001023405df2ea6c35e257fed4cd Mon Sep 17 00:00:00 2001 From: Kunal Mishra Date: Thu, 29 Nov 2018 11:11:29 -0800 Subject: [PATCH] Added documentation for finding jobs for accounts --- intro.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/intro.md b/intro.md index 3cf4636..604d623 100644 --- a/intro.md +++ b/intro.md @@ -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: