|
|
__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 properly initialized since they do not need to
be restarted. |
|
|
|
|
stageTwo(self)
Examine granularity of restart, for now we just restart the leg that
has failed. |
|
|
|
|
prepareMae(self,
wu)
First check if it is in stage 3 dir if not try to copy it from stage
2 dir If checkpoint is completely missing we have to try and start
from stage 2 this happens if the file system chokes |
|
|
|
bool
|
createCleanMsj(self,
wu)
This is a bit complicated due to adding the ability to extend
simulations multiple times. |
|
|
|
|
| processWorkList(self,
remote_pert_dir) |
|
|
|
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__
|