I am learning how to build up a computer cluster for computation. Now I have already started up the SSH service on one server running windows 10 and keep the same julia version of the latest 1.9.3 installed in the same path, and I can successfully ssh to it via my laptop running windows 11. However, when I call addprocs([“user@remote_IP_address”]), it is thrown that
ERROR: TaskFailedException
nested task error: Unable to read host:port string from worker. Launch command exited with error?
What were missed during the above settings to result in the failure? Or preferably, could you please share your experience of a successful setting?