Show More
@@ -726,6 +726,9 b' class SSHEngineSetLauncher(LocalEngineSetLauncher):' | |||||
726 | help="""dict of engines to launch. This is a dict by hostname of ints, |
|
726 | help="""dict of engines to launch. This is a dict by hostname of ints, | |
727 | corresponding to the number of engines to start on that host.""") |
|
727 | corresponding to the number of engines to start on that host.""") | |
728 |
|
728 | |||
|
729 | def _engine_cmd_default(self): | |||
|
730 | return ['ipengine'] | |||
|
731 | ||||
729 | @property |
|
732 | @property | |
730 | def engine_count(self): |
|
733 | def engine_count(self): | |
731 | """determine engine count from `engines` dict""" |
|
734 | """determine engine count from `engines` dict""" |
General Comments 0
You need to be logged in to leave comments.
Login now