From 47ee647e12842b4a384abeebcbc2a89c9d39d192 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 17 Aug 2021 11:31:25 +0200 Subject: [PATCH] Update capacity-computing.md --- docs.it4i/general/capacity-computing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md index fa6637ae7..511ca78bb 100644 --- a/docs.it4i/general/capacity-computing.md +++ b/docs.it4i/general/capacity-computing.md @@ -180,11 +180,11 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b]. * Manual request in PBS - - Start worker on the first node of a PBS job + * Start worker on the first node of a PBS job ``$ qsub <your-params-of-qsub> -- hq worker start`` - - Start worker on all nodes of a PBS job + * Start worker on all nodes of a PBS job ``$ qsub <your-params-of-qsub> -- `which pbsdsh` hq worker start`` -- GitLab