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
-
My current HPC requires an interactive session to load R (
module load R
doesn't work on login node). Is there a way to getclustermq
working? They provide a nice shortcutinteractive
that does:Could I add
interactive
somewhere 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