Next: Parallel Configuration, Up: The Configuration File [Contents][Index]
This section explains how to configure Dynare for general processing. Currently, there is only one option available.
Description
The [hooks]
block can be used to specify configuration options
that will be used when running Dynare.
Options
GlobalInitFile = PATH_AND_FILE
The location of the global initialization file to be run at the end of
global_initialization.m
Example
[hooks] GlobalInitFile = /home/usern/dynare/myInitFile.m
Description
The [paths]
block can be used to specify paths that will be
used when running dynare.
Options
Include = PATH
A colon-separated path to use when searching for files to include via @#include. Paths specified via -I take priority over paths specified here, while these paths take priority over those specified by @#includepath.
Example
[paths] Include = /path/to/folder/containing/modfiles:/path/to/another/folder
Next: Parallel Configuration, Up: The Configuration File [Contents][Index]