Auxiliary#
Auxiliary files are files which do not fall under any of the other kinds of
resources. These are useful for providing things like scripts for fio,
configuration files for some system, hardware specifications, and other means
of data.
For the automatic collection of resources to find auxiliary files, they must either:
be located in sub directory of the current working directory (
cwd) calledauxiliary, or
Auxiliary files can be accessed in the auxiliary resources.
resources = get_resources()
template_path = resources["auxiliary"]