Skip to content

Commit fd84a33

Browse files
committed
Document ESMX level support for stdout and stderr redirection.
1 parent 924a205 commit fd84a33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/addon/ESMX/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ This section affects the specific component instance.
301301
| `petList` | list of PETs on which the component executes | *None* |
302302
| `devList` | list of DEVs (accelerator devices) to be associated with the component| *None* |
303303
| `ompNumThreads` | setting of /NUOPC/Hint/PePerPet/MaxCount (see NUOPC ref doc) | *None* |
304+
| `stdout` | stdout redirection into `filename` provided as subkey | *None* |
305+
| `stderr` | stderr redirection into `filename` provided as subkey | *None* |
304306
| `attributes` | map of key value pairs, each defining a component attribute | *None* |
305307
| *model specific yaml* | each model can define its own YAML section, e.g. with key value pairs, etc. | *None* |
306308

0 commit comments

Comments
 (0)