ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
python
sherpaTarCreator
sge_grace
Classes
|
Functions
python.sherpaTarCreator.sge_grace Namespace Reference
Classes
class
batchJob
Functions
getJobIDfromlastJob
()
finalizeJobs
(dryRun)
Function Documentation
◆
finalizeJobs()
finalizeJobs
(
dryRun
)
Definition at line
86
of file
sge_grace.py
.
86
def
finalizeJobs(dryRun):
87
return
True
◆
getJobIDfromlastJob()
getJobIDfromlastJob
(
)
Definition at line
5
of file
sge_grace.py
.
5
def
getJobIDfromlastJob():
6
for
line
in
open(
"qsub.log"
):
7
pass
8
parts = line.split(
" "
)
9
jobid = parts[2].
split
(
'.'
)[0]
if
'array'
in
line
else
parts[2]
10
return
jobid
11
split
std::vector< std::string > split(const std::string &s, const std::string &t=":")
Definition
hcg.cxx:179
Generated on
for ATLAS Offline Software by
1.17.0