|
ATLAS Offline Software
|
Go to the documentation of this file.
50 using namespace msgEventLoop;
59 std::ostringstream
cmd;
60 cmd <<
"cd " <<
data.submitDir <<
"/submit";
61 for (std::size_t iter :
data.batchJobIndices)
64 <<
" -o " <<
data.submitDir <<
"/submit/log-" << iter <<
".out"
65 <<
" -e " <<
data.submitDir <<
"/submit/log-" << iter <<
".err"
68 if (gSystem->Exec (
cmd.str().c_str()) != 0)
70 data.submitted =
true;
77 return ::StatusCode::SUCCESS;
char data[hepevt_bytes_allocation_ATLAS]
GEDriver()
effects: standard default constructor guarantee: strong failures: low level errors I
virtual ::StatusCode doManagerStep(Detail::ManagerData &data) const override
virtual ::StatusCode doManagerStep(Detail::ManagerData &data) const override
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
a Driver for running on GE batch systems
@ doResubmit
call the actual doResubmit method
::StatusCode StatusCode
StatusCode definition for legacy code.
This module defines the arguments passed from the BATCH driver to the BATCH worker.
static const std::string optSubmitFlags
description: the name of the option for supplying extra submit parameters to batch systems rationale:...
#define RCU_THROW_MSG(message)
#define RCU_READ_INVARIANT(x)
@ submitJob
do the actual job submission
ClassImp(EL::GEDriver) namespace EL
#define RCU_NEW_INVARIANT(x)