users:interactive
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
users:interactive [2016/03/17 11:12] – ecalore | users:interactive [2016/04/12 10:27] (current) – ecalore | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Interactive Session ====== | ====== Interactive Session ====== | ||
- | If needed, an interactive shell can be run on the cluster's nodes using the following SURM command: | + | If needed, an interactive shell can be run on a cluster |
<code bash> | <code bash> | ||
- | srun -u --nodelist=node02 bash -i | + | srun -u --partition=interactive |
+ | </ | ||
+ | |||
+ | You can also require one or more GPUs: | ||
+ | |||
+ | <code bash> | ||
+ | srun -u --partition=interactive --gres=gpu: | ||
</ | </ | ||
<WRAP center round info 80%> | <WRAP center round info 80%> | ||
- | Srun' | + | * //-u// option turns off buffering of stdout. |
- | Bash' | + | * //--partition=interactive// select the "// |
</ | </ | ||
<WRAP center round important 60%> | <WRAP center round important 60%> | ||
- | The login into the nodes via ssh is disabled. | + | Login to the nodes via ssh is disabled. |
</ | </ | ||
users/interactive.1458209525.txt.gz · Last modified: 2016/03/17 11:12 by ecalore