|
|
__init__(self,
work_list,
prep_only=False,
force=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
bool
|
stageOne(self)
Remove units that are not properly initialized. |
|
|
|
bool
|
stageTwo(self)
Prepare new input files for valid workunit objects @return : We
return True if we successfully prepared a job, False otherwise |
|
|
|
bool
|
createNewMsj(self,
wu)
This is a bit complicated due to adding the ability to extend
simulations multiple times. |
|
|
|
|
prepNewTgz(self,
wu,
fn,
remote_pert_dir)
This assumes that we only need the -out.cms files for the replicas
from previous stage to run an extension job |
|
|
|
|
|
|
Inherited from Workflow:
crunch,
initPrepDir,
multisimLogPresent,
prepForRemoteRun,
preparePerturbDir,
stageThree
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|