Add inherit
option to tasks to inherit from other tasks (e.g., root)
#7
Labels
enhancement
New feature or request
Milestone
Currently, the
root
task that is supposed to contain runtime information to be inherited by all other tasks (e.g. HPC host and account) is defined in the same way the other tasks. This might lead to some complications down the road, as it should actually be treated entirely differently from the other tasks. Therefore, I propose to instead add it as a separate section underruntime
, for instance calledruntime_defaults
. This allows for it to be parsed separately from the other tasks (which are actual tasks to be executed, whileroot
is not), and populate the other tasks accordingly.To keep things simple while developing, I just commented it out for now.
The text was updated successfully, but these errors were encountered: