Skip to content
Snippets Groups Projects
Commit 67b5df55 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update capacity-computing.md

parent 661b7a9b
No related branches found
No related tags found
1 merge request!336documented hyperqueue
Pipeline #22147 passed
This commit is part of merge request !336. Comments created here will be created in the context of that merge request.
...@@ -208,15 +208,15 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b]. ...@@ -208,15 +208,15 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b].
* 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` `$ 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`` ``$ qsub <your-params-of-qsub> -- `which pbsdsh` hq worker start``
* Monitor the state of jobs * Monitor the state of jobs
`$ hq jobs` `$ hq jobs`
## Examples ## Examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment