From 22523fb66c20598565ad0b48d9e1a7ae552b76dd Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 23 Aug 2018 11:08:01 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1dce911..8d7009ac 100644 --- a/README.md +++ b/README.md @@ -199,15 +199,15 @@ Require all granted ### Running `job_pickles.py` `job_pickles.py` can be run manually by: - $ ./job_pickles.py [start_date] [end_Date] [-dir directory] [-jobids id0 id1 ... idn] + $ ./job_pickles.py [start_date] [end_date] [-dir directory] [-jobids id0 id1 ... idn] where the 4 optional arguments have the following meaning + - `start_date` : the start of the date range, e.g. `"2013-09-25"` + - `end_date` : the end of the date range, e.g. `"2013-09-26"` - `-dir` : the directory to store pickled dictionaries - - `-start` : the start of the date range, e.g. `"2013-09-25"` - - `-end` : the end of the date range, e.g. `"2013-09-26"` - `jobids` : individual jobids to pickle - - + No arguments results in all jobs from the previous day getting pickled and stored in the `pickles_dir` defined in `tacc_stats.ini`. On Stampede argumentless `job_pickles.py` is run every 24 hours as a `cron` job set-up by the user.