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 into the nodes via ssh is disabled.

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