My new job provides me with a server to run code on (that I need to run everything on for legal reasons). I can use cursor Remote - SSH to run/edit files on the server, but it will only connect to the login node. I need to use slurm in order to run code so that I don’t clog up the login node (company policy).
It would be great if cursor were to support slurm in some way so that I can run/edit code entirely using cursor on the remote server. Perhaps there is some odd combination of bash scripting, port forwarding, and ssh config changes I could do to make this work, but I’ve spent the past 4 hours trying and it simply isn’t worth my time to spend more time debugging this.
For now I’ll switch back to coding in jupyter lab, but I’m hoping to return back soon!