On Saturday, 12 May 2018 3:35:39 PM AEST Mahmood Naderan wrote: > Although I specified one compute node in an interactive partition, the > salloc doesn't ssh to that node.
salloc doesn't do that.
We use a 2 line script called "sinteractive" to do this, it's really simple.
#!/bin/bash
exec srun $* --pty -u ${SHELL} -l
That's it..
Hope that helps!
Chris
--
Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC
