Replies: 1 comment 5 replies
-
Assuming your development node can submit jobs, you can set up SSH to connect to that via your login node. This would look something like this in your (local)
Then you can use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think this is similar to #216 but not quite the same.
My institution's HPC requires ssh-ing to a login node and then ssh-ing to a development node to run R. R isn't installed on the login node (but the login node can submit jobs) and I can't ssh directly to the development node.
Is there still a way to get clustermq working with these constraints?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions