|
__init__(self,
runlist,
options,
args,
log,
remote_script,
default_jobname,
basename=None)
Create multiple cells in parallel running a subjob for each cell. |
|
|
|
remove_flag(self,
args,
flag,
and_value=False)
Remove a flag from the comand line flags |
|
|
|
replace_value(self,
args,
old_value,
new_value)
Replace the list item with value=old_value with the new value |
|
|
|
multijob_driver(self,
runlist,
options,
args,
basename,
log,
remote_script)
Create multiple cells in parallel running a subjob for each cell. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|