scarlehoff / pyHepGrid

Tool for distributed computing management geared towards HEP applications.
GNU General Public License v3.0
6 stars 4 forks source link

Add option to only print failed jobs #30

Closed marianheil closed 5 years ago

marianheil commented 5 years ago

It would be nice to have an option to print only failed jobs on arc. Currently this is only possible through arccat on the specific job link.

DWalker487 commented 5 years ago

See: https://github.com/scarlehoff/pyHepGrid/pull/32 - you can filter by job status if you've run -S beforehand to get the current statuses. Works as pyHepgrid man runcards/runcard.py -Bp -fl fail to select only failed jobs. You can select multiple statuses at the if you like :)