From 77f950470d8b7307fbdf9debe8eaf3b0ab423e98 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 20 Sep 2021 09:05:38 +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 5d3435e4c..43f76910e 100644 --- a/docs.it4i/general/capacity-computing.md +++ b/docs.it4i/general/capacity-computing.md @@ -191,7 +191,7 @@ You thus do not have to manually aggregate your tasks into PBS jobs. See the [pr * On Barbora and Karolina, you can simply load the HyperQueue module: - `$ ml HyperQueue` +`$ ml HyperQueue` * If you want to install/compile HyperQueue manually, follow the steps on the [official webpage][b]. @@ -202,7 +202,7 @@ You thus do not have to manually aggregate your tasks into PBS jobs. See the [pr To use HyperQueue, you first have to start the HyperQueue server. It is a long-lived process that is supposed to be running on a login node. You can start it with the following command: - `$ hq server start` +`$ hq server start` #### Submitting Computation -- GitLab