From ef3fb52421c640b4d2a85bd1bedab92c6c1e49b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 9 Jul 2025 14:29:06 +0200 Subject: [PATCH] use pssh --- notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.md b/notes.md index f94d8c5..91ce6d4 100644 --- a/notes.md +++ b/notes.md @@ -27,7 +27,7 @@ yum clean all # visit all compute nodes and execute one command ```console -pdsh -g cloud 'singularity --version | colordiff' +pssh -h /etc/pssh/cloud 'singularity --version | colordiff' ``` # GPUs