From 7263dfca159f1ff853716edaff8bb07906d27010 Mon Sep 17 00:00:00 2001 From: germann_e Date: Wed, 7 Aug 2024 17:16:45 +0200 Subject: [PATCH] FIX: replace xclock by sview --- pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md | 2 +- pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md | 2 +- .../merlin7/03-Slurm-General-Documentation/interactive-jobs.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md b/pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md index 8008820..58d2120 100644 --- a/pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md +++ b/pages/merlin7/02-How-To-Use-Merlin/connect-from-linux.md @@ -40,7 +40,7 @@ to implicitly add ``-X`` to all ssh connections: 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: ```bash diff --git a/pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md b/pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md index 310a679..d995c03 100644 --- a/pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md +++ b/pages/merlin7/02-How-To-Use-Merlin/connect-from-macos.md @@ -50,7 +50,7 @@ to implicitly add ``-X`` to all ssh connections: 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. ```bash diff --git a/pages/merlin7/03-Slurm-General-Documentation/interactive-jobs.md b/pages/merlin7/03-Slurm-General-Documentation/interactive-jobs.md index f759268..bf1a081 100644 --- a/pages/merlin7/03-Slurm-General-Documentation/interactive-jobs.md +++ b/pages/merlin7/03-Slurm-General-Documentation/interactive-jobs.md @@ -167,7 +167,7 @@ add the option ``--x11`` to the ``salloc`` command. In example: 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 to add to run just ``salloc --clusters=merlin7 --x11``. Once resource is allocated, from