31 testInvariant ()
const
46 ::StatusCode LSFDriver ::
47 doManagerStep (Detail::ManagerData&
data)
const
50 using namespace msgEventLoop;
59 std::ostringstream cmd;
60 cmd <<
"cd " <<
data.submitDir <<
"/submit";
61 for (std::size_t iter :
data.batchJobIndices)
65 cmd <<
" -L /bin/bash";
66 cmd <<
" " <<
data.submitDir <<
"/submit/run " << iter;
68 if (gSystem->Exec (cmd.str().c_str()) != 0)
70 data.submitted =
true;
77 return ::StatusCode::SUCCESS;
#define RCU_NEW_INVARIANT(x)
#define RCU_READ_INVARIANT(x)
char data[hepevt_bytes_allocation_ATLAS]
ClassImp(EL::LSFDriver) namespace EL
#define RCU_THROW_MSG(message)
virtual::StatusCode doManagerStep(Detail::ManagerData &data) const override
static const std::string optSubmitFlags
description: the name of the option for supplying extra submit parameters to batch systems rationale:...
static const std::string optResetShell
description: the option to reset the shell on the worker nodes rationale: this is currently only used...
a Driver for running on LSF batch systems
@ doResubmit
call the actual doResubmit method
@ submitJob
do the actual job submission
This module defines the arguments passed from the BATCH driver to the BATCH worker.