Hi, when using the following job file to distribute SCOOP processes I encountered a problem. Could anyone help me go through the problem? Thank you in advance.
[2019-07-08 10:15:56,452] launcher INFO SCOOP 0.7 1.1 on linux using Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34) [GCC 7.3.0], API: 1013
[2019-07-08 10:15:56,454] launcher INFO Deploying 600 worker(s) over 16 host(s).
[2019-07-08 10:15:56,455] launcher DEBUG Using hostname/ip: "
172.30.167.199:1" as external broker reference.
[2019-07-08 10:15:56,455] launcher DEBUG The python executable to execute the program with is: /usrpath/localpy/bin/python.
[2019-07-08 10:15:56,457] launcher INFO Worker distribution:
[2019-07-08 10:15:56,458] launcher INFO 172.30.167.199:1:37 + origin
[2019-07-08 10:15:56,458] launcher INFO 172.30.167.201:1:38
[2019-07-08 10:15:56,459] launcher INFO 172.30.167.202:1:38
[2019-07-08 10:15:56,459] launcher INFO 172.30.167.203:1:38
[2019-07-08 10:15:56,460] launcher INFO 172.30.167.204:1:38
[2019-07-08 10:15:56,460] launcher INFO 172.30.167.205:1:38
[2019-07-08 10:15:56,461] launcher INFO 172.30.167.206:1:38
[2019-07-08 10:15:56,461] launcher INFO 172.30.167.207:1:38
[2019-07-08 10:15:56,462] launcher INFO 172.30.167.208:1:37
[2019-07-08 10:15:56,462] launcher INFO 172.30.167.209:1:37
[2019-07-08 10:15:56,462] launcher INFO 172.30.167.210:1:37
[2019-07-08 10:15:56,463] launcher INFO 172.30.167.211:1:37
[2019-07-08 10:15:56,463] launcher INFO 172.30.167.212:1:37
[2019-07-08 10:15:56,464] launcher INFO 172.30.167.213:1:37
[2019-07-08 10:15:56,464] launcher INFO 172.30.167.214:1:37
[2019-07-08 10:15:56,464] launcher INFO 172.30.167.215:1:37
[2019-07-08 10:15:56,465] brokerLaunch DEBUG Launching remote broker: ssh -x -n -oStrictHostKeyChecking=no
172.30.167.199:1 /work/pm7010/m07010/localpy/bin/python -m scoop.broker.__main__ --echoGroup --echoPorts --backend ZMQ
ERROR:root:Error while launching SCOOP subprocesses:
ERROR:root:Traceback (most recent call last):
File "/usrpath/localpy/lib/python3.6/site-packages/scoop/launch/brokerLaunch.py", line 143, in __init__
self.brokerPort, self.infoPort = ports
ValueError: not enough values to unpack (expected 2, got 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usrpath/localpy/lib/python3.6/site-packages/scoop/launcher.py", line 479, in main
rootTaskExitCode = thisScoopApp.run()
File "/usrpath/localpy/lib/python3.6/site-packages/scoop/launcher.py", line 260, in run
backend=self.backend,
File "/usrpath/localpy/lib/python3.6/site-packages/scoop/launch/brokerLaunch.py", line 157, in __init__
"SSH process stderr:\n{stderr}".format(**locals()))
Exception: Could not successfully launch the remote broker.
Requested remote broker ports, received:
b''
Port number decoding error:
not enough values to unpack (expected 2, got 1)
SSH process stderr:
b'ssh: Could not resolve hostname 172.30.167.199:1: Name or service not known\r\n'