Skip to content

Commit 080d56d

Browse files
committed
docs: mentioning the diffeerent cluster resources
1 parent 46cc063 commit 080d56d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/further.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ These are the available options, and the SLURM `sbatch` command line arguments t
207207

208208
| Snakemake plugin | Description | SLURM |
209209
|----------------------|-------------------------------------|---------------------|
210-
| `clusters` (or `cluster`) | list of clusters that (a) job(s) | `--clusters` |
210+
| `clusters` (or `cluster` or `slurm_cluster`) | list of clusters that (a) job(s) | `--clusters` |
211211
| | can run on | |
212212
| `constraint` | requiring particular node features | `--constraint`/`-C` |
213213
| | for job execution | |
@@ -236,6 +236,8 @@ With SLURM, it is possible to [federate multiple clusters](https://slurm.schedmd
236236
This can allow users to submit jobs to a cluster different from the one they run their job submission commands.
237237
If this is available on your cluster, this resource accepts a string with a comma separated list of cluster names, which is passed on to the [SLURM `sbatch` command-line argument `--clusters`](https://slurm.schedmd.com/sbatch.html#SECTION_OPTIONS).
238238

239+
We allow `clusters` or `cluster` or `slurm_cluster` as there are multiple conventions.
240+
239241
.. note:: While it is possible to submit to more than one cluster in prinicple, not all SLURM multicluster setups will support this.
240242

241243

0 commit comments

Comments
 (0)