Go to the source code of this file.
◆ ClassImp()
Definition at line 34 of file LLDriver.cxx.
40 testInvariant ()
const
56 doManagerStep (Detail::ManagerData&
data)
const
59 using namespace msgEventLoop;
63 case Detail::ManagerStep::batchScriptVar:
65 data.batchName =
"run{JOBID}.cmd";
68 "# @ job_name = EventLoopAnalysis{JOBID}\n"
69 "# @ job_type = serial\n"
70 "# @ error = $(Cluster).err\n"
71 "# @ output = $(Cluster).out\n"
72 "# @ class = " +
queue +
"\n"
73 "# @ resources = ConsumableCpus(1) ConsumableMemory(4gb)\n"
74 "# @ wall_clock_limit = 00:20:00\n"
79 case Detail::ManagerStep::submitJob:
80 case Detail::ManagerStep::doResubmit:
85 for (std::size_t iter :
data.batchJobIndices)
89 std::ostringstream
cmd;
90 cmd <<
"cd " <<
data.submitDir <<
"/submit && llsubmit "
91 <<
data.options.castString (Job::optSubmitFlags)
92 <<
" run"<<iter<<
".cmd";
94 if (gSystem->Exec (
cmd.str().c_str()) != 0)
97 data.submitted =
true;
104 return ::StatusCode::SUCCESS;
◆ convertInt()
std::string convertInt |
( |
int |
number | ) |
|
- Author
- Morten Dam Joergensen 2012.
-
Nils Krumnack
Definition at line 27 of file LLDriver.cxx.