num_nodes should work as an argument in config_batch.xml
Open
Low Priority
- Dominant language
- Python
- Stars
- 174
- Forks
- 225
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 14
Description
`{{ num_nodes }}` works when used in a directive, but not as an argument.
```
-nnodes {{ num_nodes }}
```
^ Works
```
# $NUM_NODES also does not work
```
^ Broken
I'm not sure why we'd support syntax and parameters for directives but not arguments.
Contributor guide
Assessment
This issue has not been assessed yet.