issues connecting nextPYP to remote cluster #115
-
Hi, I have installed nextPYP locally for my computer that is on a shared network, but am having problems connecting to our compute cluster. Local jobs run just fine, but when I try to run a job which relies on remote cpu, they always fail. From my cluster, I can see a job named 'pyp_launch' which fails, and my error code in the log file reads |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi there. From that error message, it seems that the cluster job isn't able to reach the web server. Without knowing more about your specific networking environment, it's hard to suggest which changes to the configuration you'd need to make to fix this, but the Enable remote access or the Attach a SLURM cluster parts of the installation instructions may be able to help. In particular, I'd pay attention to the If you want to share details of how your network is set up and your configuration file, then I can try to give more specific suggestions. |
Beta Was this translation helpful? Give feedback.
Hi there.
From that error message, it seems that the cluster job isn't able to reach the web server. Without knowing more about your specific networking environment, it's hard to suggest which changes to the configuration you'd need to make to fix this, but the Enable remote access or the Attach a SLURM cluster parts of the installation instructions may be able to help.
In particular, I'd pay attention to the
web.host
andweb.webhost
settings since they're the most relevant in solving these kinds of issues.If you want to share details of how your network is set up and your configuration file, then I can try to give more specific suggestions.