allow enabling EventLoop grid error reporting outside of GridDriver/PrunDriver
We are trying to make it possible to run user n-tuple production as part of central production. For that it is very helpful if the jobs do the proper error reporting. For GridDriver and PrunDriver that is done by default, and that is the recommended way to do it. However, some users have their own wrapper scripts and use DirectDriver on the grid. Those users can now enable the grid reporting functionality in their jobs as well.
Showing
- PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/GridReportingModule.h 11 additions, 2 deletions...lysis/D3PDTools/EventLoop/EventLoop/GridReportingModule.h
- PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/Job.h 3 additions, 0 deletionsPhysicsAnalysis/D3PDTools/EventLoop/EventLoop/Job.h
- PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/Worker.h 0 additions, 8 deletionsPhysicsAnalysis/D3PDTools/EventLoop/EventLoop/Worker.h
- PhysicsAnalysis/D3PDTools/EventLoop/Root/GridReportingModule.cxx 45 additions, 0 deletions...Analysis/D3PDTools/EventLoop/Root/GridReportingModule.cxx
- PhysicsAnalysis/D3PDTools/EventLoop/Root/Job.cxx 1 addition, 0 deletionsPhysicsAnalysis/D3PDTools/EventLoop/Root/Job.cxx
- PhysicsAnalysis/D3PDTools/EventLoop/Root/Worker.cxx 3 additions, 21 deletionsPhysicsAnalysis/D3PDTools/EventLoop/Root/Worker.cxx
Loading