Skip to content

Allow the evaluation of code from config file

Fabian Peller requested to merge feature/allow_code_in_config into main

allow the evaluation of code in the config file using "eval(...)". This allows to set the number of cores to e.g. "eval(nproc --all)" which is always the maximum number of cores on all machines.

Merge request reports