Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
44c5ae31
Commit
44c5ae31
authored
3 years ago
by
Jan Siwiec
Browse files
Options
Downloads
Patches
Plain Diff
Update capacity-computing.md
parent
cef60aaa
No related branches found
No related tags found
1 merge request
!336
documented hyperqueue
Pipeline
#21292
passed with warnings
3 years ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/general/capacity-computing.md
+10
-10
10 additions, 10 deletions
docs.it4i/general/capacity-computing.md
with
10 additions
and
10 deletions
docs.it4i/general/capacity-computing.md
+
10
−
10
View file @
44c5ae31
...
@@ -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
s
imple
t
ask
### Submiting a
S
imple
T
ask
*
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment