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 the cluster's nodes using the following SURM command:

srun -u --nodelist=node02 bash -i 
  • srun's -u option turns off buffering of stdout.
  • bash's -i option tells it to run in interactive mode (with prompts).

The login to the nodes via ssh is disabled.

users/interactive.1458209638.txt.gz · Last modified: 2016/03/17 11:13 by ecalore