schrodinger :: application :: desmond :: stage :: FepLauncher :: Class FepLauncher
[hide private]
[frames] | no frames]

Class FepLauncher

         object --+            
                  |            
picklejar.Picklable --+        
                      |        
          cmj.StageBase --+    
                          |    
                   Multisim --+
                              |
                             FepLauncher

Nested Classes [hide private]

Inherited from cmj.StageBase: __metaclass__

Instance Methods [hide private]
 
PARAM(...)
 
__init__(self, *arg, **kwarg)
x.__init__(...) initializes x; see help(type(x)) for signature
 
collect_inputfile(self, fname_list)
 
crunch(self)
This is where jobs of this stage are created.
 
fep_gpgpu_lic(self, arg)
 
restart_subjobs(self, jobs)
Subclass should override this if it supports subjob restarting.

Inherited from Multisim: capture

Inherited from Multisim (private): _get_value

Inherited from cmj.StageBase: __getstate__, __setstate__, check_param, describe, determine, hook_captured_successful_job, pack_stage, poststage, prestage, push, release, time_stage

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

Class Variables [hide private]
  NAME = 'fep_launcher'

Inherited from cmj.StageBase: count, stage_cls, stage_obj

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

PARAM(...)

 
Overrides: cmj.StageBase.PARAM

__init__(self, *arg, **kwarg)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

collect_inputfile(self, fname_list)

 
Overrides: Multisim.collect_inputfile

crunch(self)

 

This is where jobs of this stage are created. This function should be overriden by the subclass.

Overrides: cmj.StageBase.crunch

restart_subjobs(self, jobs)

 

Subclass should override this if it supports subjob restarting.

Overrides: cmj.StageBase.restart_subjobs
(inherited documentation)