Replies: 1 comment
-
|
I'm assuming you are referring to using Line 5 in 7812577 will perform these steps if you modify it to something like "srun ..parameters.. module load R && R --no-save --no-restore -e \(I think you need srun instead of salloc here) Alternatively, if you have an interactive node that you can connect to without a job allocation and would like to use that instead, you can specify this host in your ~/.ssh/config via ProxyJump. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My current HPC requires an interactive session to load R (
module load Rdoesn't work on login node). Is there a way to getclustermqworking? They provide a nice shortcutinteractivethat does:Could I add
interactivesomewhere to either my ~/.ssh/config or in ssh_clustermq.tmpl, and then add an appropriately long timeout to get this working? I haven't had success so far, and I just wanted to see if this was even a possibility before trying much more.Beta Was this translation helpful? Give feedback.
All reactions