User Tools

Site Tools


users:interactive

This is an old revision of the document!


Interactive Session

If needed, an interactive shell can be run on a cluster node using the following SURM command (omitting the nodelist argument will let SLURM choose one random free node):

srun -u --partition=interactive --nodelist=node02 --pty bash
  • -u option turns off buffering of stdout.
  • -partition=interactive select the “interactive” partition (aka queue), which grants the highest chance of being immediately allocated (this partition allows CPUs sharing between more than one job)

The login to the nodes via ssh is disabled.

users/interactive.1459417084.txt.gz · Last modified: 2016/03/31 11:38 by ecalore