Package schrodinger :: Package application :: Package desmond :: Module cmj :: Class Engine
[hide private]
[frames] | no frames]

Class Engine

object --+
         |
        Engine

Instance Methods [hide private]
 
JOBBE(...)
 
__find_restart_stage_helper(self, stage)
 
__init__(self, opt=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__more_init(self)
Will be called by '__init__' and 'deseriealize'.
 
_check_stage(self, stage, print_func=<function print_quiet at 0x7f1a169c8230>)
 
_find_restart_stage(self)
 
_fix_job(self, stage)
 
_foreach_stage(self, callback)
 
_handle_signal(self, signal_name)
 
boot(self)
 
cleanup(self, exit_code=0)
 
handle_jobcontrol_message(self)
 
reset(self, opt)
Resets this engine with the command options.
 
restore_stages(self, print_func=<function print_quiet at 0x7f1a169c8230>)
 
serialize(self, fh)
`fh' is a file handler.
 
write_checkpoint(self, fname=None)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
deserialize(fh)
`fh' is a file handler.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, opt=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

__more_init(self)

 

Will be called by '__init__' and 'deseriealize'. This is introduced to avoid breaking the previous checkpoint file by adding a new attribute.