##// END OF EJS Templates
default to just `ipengine` for SSHEngineSetLauncher...
MinRK -
Show More
@@ -726,6 +726,9 b' class SSHEngineSetLauncher(LocalEngineSetLauncher):'
726 726 help="""dict of engines to launch. This is a dict by hostname of ints,
727 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 732 @property
730 733 def engine_count(self):
731 734 """determine engine count from `engines` dict"""
General Comments 0
You need to be logged in to leave comments. Login now