Show More
@@ -643,7 +643,7 class SSHLauncher(LocalProcessLauncher): | |||||
643 | self.process.stdin.write('~.') |
|
643 | self.process.stdin.write('~.') | |
644 | self.process.stdin.flush() |
|
644 | self.process.stdin.flush() | |
645 |
|
645 | |||
646 | class SSHClusterLauncher(SSHLauncher): |
|
646 | class SSHClusterLauncher(SSHLauncher, ClusterAppMixin): | |
647 |
|
647 | |||
648 | remote_profile_dir = Unicode('', config=True, |
|
648 | remote_profile_dir = Unicode('', config=True, | |
649 | help="""The remote profile_dir to use. |
|
649 | help="""The remote profile_dir to use. | |
@@ -1328,6 +1328,7 ssh_launchers = [ | |||||
1328 | SSHControllerLauncher, |
|
1328 | SSHControllerLauncher, | |
1329 | SSHEngineLauncher, |
|
1329 | SSHEngineLauncher, | |
1330 | SSHEngineSetLauncher, |
|
1330 | SSHEngineSetLauncher, | |
|
1331 | SSHProxyEngineSetLauncher, | |||
1331 | ] |
|
1332 | ] | |
1332 | winhpc_launchers = [ |
|
1333 | winhpc_launchers = [ | |
1333 | WindowsHPCLauncher, |
|
1334 | WindowsHPCLauncher, |
General Comments 0
You need to be logged in to leave comments.
Login now