Skip to content
Snippets Groups Projects
Commit e111f6e4 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'slurm-test-only' into 'preview'

Document --test-only option for Slurm

See merge request !700
parents c6c31813 328499d2
No related branches found
No related tags found
2 merge requests!707Automated merge from preview to main,!700Document --test-only option for Slurm
......@@ -127,6 +127,7 @@ resource requirements and control communication.
| `-a, --array=<arg>` | Submit an array job ([examples](slurm_examples.md#array-jobs)) |
| `-w <node1>,<node2>,...` | Restrict job to run on specific nodes only |
| `-x <node1>,<node2>,...` | Exclude specific nodes from job |
| `--test-only` | Retrieve estimated start time of a job considering the job queue; does not actually submit the job nor run the application |
!!! note "Output and Error Files"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment