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

Update capacity-computing.md

parent c2a9d946
No related branches found
No related tags found
1 merge request!336documented hyperqueue
Pipeline #22146 passed
...@@ -188,11 +188,11 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b]. ...@@ -188,11 +188,11 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b].
* Start server (e.g. on a login node or in a cluster partition) * Start server (e.g. on a login node or in a cluster partition)
`$ hq server start &` `$ hq server start &`
* Submit a job (command `echo 'Hello world'` in this case) * Submit a job (command `echo 'Hello world'` in this case)
`$ hq submit echo 'Hello world'` `$ hq submit echo 'Hello world'`
* Ask for computing resources * Ask for computing resources
...@@ -208,11 +208,11 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b]. ...@@ -208,11 +208,11 @@ 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
......
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