elaird / supy

analyze events stored in TTrees in parallel
8 stars 7 forks source link

print the job script which needs needs resubmission #86

Closed betchart closed 12 years ago

betchart commented 12 years ago

rather than the missing pickledData, for easier resubmission.

Works nicely, except that it is hard to pipe supy output. I've tried using

supy myanalysis.py | grep job > missing.txt for x in cat missing.txt | xargs echol do icSub.sh $x; done

The grep is important because it line buffers the output before piping to the file. Even so, a few lines get parallel-out clobbered

gerbaudo commented 12 years ago

ok with me

elaird commented 12 years ago

Merging now.