Skip to content

Commit

Permalink
Add note about remote PBS/Slurm allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Apr 19, 2024
1 parent 53533ab commit b398f67
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/deployment/allocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ Once the queue is created, HyperQueue will start asking for allocations in order
(HyperQueue workers). The exact behavior of the automatic allocation process is described [below](#behavior). You can
create multiple allocation queues, and you can even combine PBS queues with Slurm queues.

!!! warning

Note that the HQ server needs to have access to `qsub` or `sbatch` binaries on the node where it is executed. If you
want to submit PBS/Slurm allocations on a remote cluster, you will need to use e.g. a proxy to redirect the commands
to that cluster. See [this issue](https://github.com/It4innovations/hyperqueue/issues/695) for more information. If you
have a use-case for such remote PBS/Slurm allocation submission, please [let us know](https://github.com/It4innovations/hyperqueue/issues),
as we could try to make that easier in HyperQueue if there was enough interest in it.

### Parameters
In addition to arguments that are passed to `qsub`/`sbatch`, you can also use several other command line options when
creating a new allocation queue:
Expand Down

0 comments on commit b398f67

Please sign in to comment.