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/31 11:38] – ecalore | users:interactive [2016/04/12 10:27] (current) – ecalore | ||
---|---|---|---|
Line 5: | Line 5: | ||
<code bash> | <code bash> | ||
srun -u --partition=interactive --nodelist=node02 --pty bash | srun -u --partition=interactive --nodelist=node02 --pty bash | ||
+ | </ | ||
+ | |||
+ | 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%> | ||
- | * -u option turns off buffering of stdout. | + | * //-u// option turns off buffering of stdout. |
- | * -partition=interactive select the " | + | * //--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) |
</ | </ | ||
<WRAP center round important 60%> | <WRAP center round important 60%> | ||
- | The login to the nodes via ssh is disabled. | + | Login to the nodes via ssh is disabled. |
</ | </ | ||
users/interactive.1459417084.txt.gz · Last modified: 2016/03/31 11:38 by ecalore