ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
python
sherpaTarCreator
slurm_sdf
Classes
|
Functions
python.sherpaTarCreator.slurm_sdf Namespace Reference
Classes
class
batchJob
Functions
getJobIDfromlastJob
()
finalizeJobs
(dryRun)
Function Documentation
◆
finalizeJobs()
finalizeJobs
(
dryRun
)
Definition at line
64
of file
slurm_sdf.py
.
64
def
finalizeJobs(dryRun):
65
return
True
66
◆
getJobIDfromlastJob()
getJobIDfromlastJob
(
)
Definition at line
5
of file
slurm_sdf.py
.
5
def
getJobIDfromlastJob():
6
for
line
in
open(
"qsub.log"
):
7
pass
8
parts = line.split(
" "
)
9
return
parts[3].
split
(
"\n"
)[0]
10
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