Next: , Up: The Configuration File   [Contents][Index]

5.1 Dynare Configuration

This section explains how to configure Dynare for general processing. Currently, there is only one option available.

Configuration block: [hooks]

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

Configuration block: [paths]

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: , Up: The Configuration File   [Contents][Index]