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

Update capacity-computing.md

parent cef60aaa
No related branches found
No related tags found
1 merge request!336documented hyperqueue
Pipeline #21292 passed with warnings
...@@ -158,7 +158,7 @@ HyperQueue lets you build a computation plan consisting of a large amount of tas ...@@ -158,7 +158,7 @@ HyperQueue lets you build a computation plan consisting of a large amount of tas
To install/compile HyperQueue, follow the steps on the [official webpage][b]. To install/compile HyperQueue, follow the steps on the [official webpage][b].
### Submiting a simple task ### Submiting a Simple Task
* 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)
...@@ -170,23 +170,23 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b]. ...@@ -170,23 +170,23 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b].
* Ask for computing resources * Ask for computing resources
* Start worker manually * Start worker manually
``$ hq worker start &`` ``$ hq worker start &``
* Automatic resource request * Automatic resource request
[Not implemented yet] [Not implemented yet]
* Manual request in PBS * 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`` ``$ 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.
Please register or to comment