-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Hello Hyperqueue team,
I have doubts about hq. To use hq to create a server in login node and create workers but SLURM run jobs on compute nodes. How can I check if this connection is possible? because I have the following problem:
2025-06-09T08:47:42Z INFO Detected 99830218752B of memory (92.97 GiB)
2025-06-09T08:47:42Z INFO SLURM environment detected
2025-06-09T08:47:42Z INFO Starting hyperqueue worker v0.22.0
2025-06-09T08:47:42Z INFO Connecting to: sorgan:46751
2025-06-09T08:47:42Z INFO Listening on port 35679
2025-06-09T08:47:42Z INFO Connecting to server (candidate addresses = [10.68.107.100:46751])
2025-06-09T08:47:42Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:47:44Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:47:46Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:47:48Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:47:50Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:47:52Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:47:54Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:47:56Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:47:58Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:00Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:02Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:04Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:06Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:08Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:10Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:12Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:14Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:16Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:18Z ERROR Could not connect to server, error: No route to host (os error 113)
2025-06-09T08:48:20Z ERROR Could not connect to server, error: No route to host (os error 113)
Error: Server could not be connected
Thanks,
Samuel