FIX: replace xclock by sview
This commit is contained in:
@ -40,7 +40,7 @@ to implicitly add ``-X`` to all ssh connections:
|
|||||||
ssh -X $username@login002.merlin7.psi.ch
|
ssh -X $username@login002.merlin7.psi.ch
|
||||||
```
|
```
|
||||||
|
|
||||||
* For testing that X11 forwarding works, just run ``sview``. A X11 based clock should
|
* For testing that X11 forwarding works, just run ``sview``. A X11 based slurm view of the cluster should
|
||||||
popup in your client session:
|
popup in your client session:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -50,7 +50,7 @@ to implicitly add ``-X`` to all ssh connections:
|
|||||||
ssh -X $username@login002.merlin7.psi.ch
|
ssh -X $username@login002.merlin7.psi.ch
|
||||||
```
|
```
|
||||||
|
|
||||||
* For testing that X11 forwarding works, just run ``sview``. A X11 based clock should
|
* For testing that X11 forwarding works, just run ``sview``. A X11 based slurm view of the cluster should
|
||||||
popup in your client session.
|
popup in your client session.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -167,7 +167,7 @@ add the option ``--x11`` to the ``salloc`` command. In example:
|
|||||||
salloc --clusters=merlin7 --x11 sview
|
salloc --clusters=merlin7 --x11 sview
|
||||||
```
|
```
|
||||||
|
|
||||||
will popup a X11 based clock.
|
will popup a X11 based slurm view of the cluster.
|
||||||
|
|
||||||
In the same manner, you can create a bash shell with x11 support. For doing that, you need
|
In the same manner, you can create a bash shell with x11 support. For doing that, you need
|
||||||
to add to run just ``salloc --clusters=merlin7 --x11``. Once resource is allocated, from
|
to add to run just ``salloc --clusters=merlin7 --x11``. Once resource is allocated, from
|
||||||
|
Reference in New Issue
Block a user