Skip to content

Commit

Permalink
Show all batchargs in example YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Feb 23, 2024
1 parent ffcf529 commit 5023c23
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/sections/user_guide/yaml/execution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,21 @@ Example block:
execution:
batchargs:
cores: 40
debug: True
exclusive: True
export: NONE
jobname: my-job
memory: 4GB
nodes: 1
partition: p1
queue: q1
rundir: /path/to/rundir
shell: /bin/bash
stderr: /path/to/runscript.err
stdout: /path/to/runscript.out
tasks_per_node: 40
threads: 8
walltime: 00:02:00
envcmds:
- module use /path/to/modulefiles
Expand All @@ -24,7 +36,6 @@ Example block:
- "--ntasks $SLURM_CPUS_ON_NODE"
mpicmd: srun
batchargs:
""""""""""

Expand Down

0 comments on commit 5023c23

Please sign in to comment.