Skip to content

Commit

Permalink
fix: head level for additional flags and further configurations lowered
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Nov 8, 2024
1 parent e0624ae commit 4e5e3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/further.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ As always, these can be set on the command line or in a profile.
| `--slurm_init_seconds_before_status_checks`| modify time before initial job status check; the default of 40 seconds avoids load on querying slurm databases, but shorter wait times are for example useful during workflow development |
| `--slurm_requeue` | allows jobs to be resubmitted automatically if they fail or are preempted. See the [section "retries" for details](#retries)|

### Multicluster Support
#### Multicluster Support

For reasons of scheduling multicluster support is provided by the `clusters` flag in resources sections. Note, that you have to write `clusters`, not `cluster`!

### Additional Custom Job Configuration
#### Additional Custom Job Configuration

SLURM installations can support custom plugins, which may add support
for additional flags to `sbatch`. In addition, there are various batch options not directly supported via the resource definitions
Expand Down

0 comments on commit 4e5e3d6

Please sign in to comment.