Home | Trees | Indices | Help |
|
---|
|
To Do: Most of this has been abstracted into Executor next thing to do is to subclass Executor and delete redundant parts
|
|||
| __init__(self, inpFile, xout=None, bin=settings.xplor_bin, node=None, nice=0, log=None, debug=0, verbose=None, **params) | ||
str
|
version(self) Version of class. |
||
float
|
runXplor(self,
finp) Run Xplor with given inp file and wait until it is finished. |
||
|
run(self,
inp_mirror=None) Run the callculation. |
||
|
cleanup(self) Remove temporary files, override it but call it in the child |
||
|
parseLog(self) Parse xplor log into self.logLines |
||
1
|
isFailed(self) Calculation completion check. |
||
|
prepare(self) called before running xplor, override! |
||
|
finish(self) called after normal termination, override! |
||
|
failed(self) called after aborted calculation, override! |
||
str
|
generateInp(self,
inp,
fout) Replace formatstr place holders in inp by fields of this class. |
||
|
saveXLog(self,
fname) Save the content of the XPlor log file to a new file. |
|
|
Version of class.
|
Run Xplor with given inp file and wait until it is finished. Called by run().
|
Run the callculation. This calls (in that order):
|
Remove temporary files, override it but call it in the child |
Parse xplor log into self.logLines |
Calculation completion check.
|
called before running xplor, override! |
called after normal termination, override! |
called after aborted calculation, override!
|
Replace formatstr place holders in inp by fields of this class.
|
Save the content of the XPlor log file to a new file.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:49 2006 | http://epydoc.sourceforge.net |