File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -203,10 +203,10 @@ Require all granted
203
203
204
204
where the 4 optional arguments have the following meaning
205
205
206
- - ` start_date ` : the start of the date range, e.g. ` "2013-09-25" `
207
- - ` end_date ` : the end of the date range, e.g. ` "2013-09-26" `
208
- - ` -dir ` : the directory to store pickled dictionaries
209
- - ` jobids ` : individual jobids to pickle
206
+ - ` start_date ` : the start of the date range, e.g. ` "2013-09-25" ` (default is today)
207
+ - ` end_date ` : the end of the date range, e.g. ` "2013-09-26" ` (default is ` start_date ` )
208
+ - ` -dir ` : the directory to store pickled dictionaries (default is set in tacc_stats.ini)
209
+ - ` - jobids` : individual jobids to pickle (default is all jobs)
210
210
211
211
No arguments results in all jobs from the previous day getting pickled and stored in the ` pickles_dir `
212
212
defined in ` tacc_stats.ini ` . On Stampede argumentless ` job_pickles.py ` is run every 24 hours as a ` cron ` job
You can’t perform that action at this time.
0 commit comments