Skip to content
Snippets Groups Projects
Commit d126bdc5 authored by Roman Sliva's avatar Roman Sliva
Browse files

Update capacity-computing.md - HyperQueue worker fix

parent 87487092
No related branches found
No related tags found
No related merge requests found
Pipeline #23383 passed with warnings
...@@ -247,13 +247,7 @@ The workers should run on computing nodes, so you can start them using PBS. ...@@ -247,13 +247,7 @@ The workers should run on computing nodes, so you can start them using PBS.
* Start a worker on a single PBS node: * Start a worker on a single PBS node:
```console ```console
$ qsub <qsub-params> -- `which hq` worker start $ qsub <qsub-params> -- /bin/bash -l -c "$(which hq) worker start --idle-timeout 0sec"
```
* Start a worker on all allocated PBS nodes:
```console
$ qsub <qsub-params> -- `which pbsdsh` `which hq` worker start
``` ```
In an upcoming version, HyperQueue will be able to automatically submit PBS jobs with workers In an upcoming version, HyperQueue will be able to automatically submit PBS jobs with workers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment