You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
salloc gives you a shell with a Slurm environment, but keeps you on the login node. If you want a shell on the compute node, you can use srun --pty instead of salloc, rather than inside salloc.
from this post.
The text was updated successfully, but these errors were encountered: