|
__init__(self,
data=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
|
setDetach(self,
run_detach) |
|
|
|
setJobname(self,
jobname) |
|
|
|
setInputFile(self,
source_file,
key,
runtime_path=None)
Specify the input file used. |
|
|
|
setOutputFile(self,
runtime_path,
key,
stream=False)
Define an output file whose name is specified at runtime. |
|
|
|
|
|
|
|
setThreadsPerProcess(self,
nthreads=1)
Set the compute setting for threads per process(TPP). |
|
|
|
setNumberOfProcesses(self,
nprocesses=1)
Set the compute setting for number of processes(cores) for the job. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|