Skip to content

Commit

Permalink
Merge pull request #56 from uit-no/stigrj-patch-1
Browse files Browse the repository at this point in the history
Remove double srun in interactive job
  • Loading branch information
bast committed Jan 30, 2019
2 parents 9ab1ee9 + 5a985e1 commit 8ae8244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account/login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Below is an example on how you can do this:
2) Reserve and log in on a compute node with display forwarding.
(start an interactive job.)

$ srun srun -N 1 -t 1:0:0 --pty bash -i
$ srun -N 1 -t 1:0:0 --pty bash -i

3) Open a new terminal window, type squeue -j <jobid> (it shows you which node(s) was allocated
to that specific job). Then ssh -Y <nodename> to that node and start your preferred gui.
Expand Down

0 comments on commit 8ae8244

Please sign in to comment.