Skip to content
Snippets Groups Projects

documented hyperqueue

Merged Jan Siwiec requested to merge hyperqueue into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -152,7 +152,7 @@ For more information on job arrays, see the [PBSPro Users guide][6].
## HyperQueue
HyperQueue lets you build a computation plan consisting of a large amount of tasks and then execute it transparently over a system like SLURM/PBS. It dynamically groups jobs into SLURM/PBS jobs and distributes them to fully utilize allocated notes. You thus do not have to manually aggregate your tasks into SLURM/PBS jobs. See the [project repository][a].
HyperQueue lets you build a computation plan consisting of a large amount of tasks and then execute it transparently over a system like SLURM/PBS. It dynamically groups jobs into SLURM/PBS jobs and distributes them to fully utilize allocated nodes. You thus do not have to manually aggregate your tasks into SLURM/PBS jobs. See the [project repository][a].
### Installation
Loading