|
|
|
|
|
timerUpdateStatus(self,
timeUpdate)
Time between two update status , timeUpdate[[hh:]mm:]ss string |
source code
|
|
|
submitAndWaitAll(self,
TimeOutToStart=' 24:0:0 ' ,
MaxRunning=0)
submit all jobs and wait all:
TimeOutToStart: [[hh:]mm:]ss string, if job doesn't run after TimeOutToStart abort it. |
source code
|
|
|
submitAll(self,
TimeOutToStart=' 24:0:0 ' )
submit all:
TimeOutToStart: [[hh:]mm:]ss string, if job doesn't run after TimeOutToStart abort it. |
source code
|
|
|
|
|
concatOutput(self,
IdxOutput,
FileConcat)
Concate output[IdxOutput] file of the list defined by setOutput()
application method in one file FileConcat |
source code
|
|
|
concatEachOutput(self,
PrefixeFileConcat)
Concatenation of all output file |
source code
|
|
|
concatStdOut(self,
FileConcat)
Concatenation of all sdtout |
source code
|
|
|
concatStdErr(self,
FileConcat)
Concatenation of all sdterr |
source code
|
|
|
concatId(self,
FileConcat='
' )
Concatenation of all sdterr |
source code
|
|
|
|
|
|
|
|