diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md index cc29f5b59fe751a71736bf9277b0f61ab22b1ddc..fa6637ae7f98801f6e4aff5295bbc1e98d52ec61 100644 --- a/docs.it4i/general/capacity-computing.md +++ b/docs.it4i/general/capacity-computing.md @@ -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]. -### Submiting a simple task +### Submiting a Simple Task * 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]. * 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