|
Size: 2828
Comment:
|
Size: 3148
Comment: Add equation tags to
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| * LargeModels * [[OddProblems| Odd problems]] |
|
| Line 23: | Line 21: |
| * BuildingDynareFromSource | * [[https://github.com/DynareTeam/dynare/blob/master/README.md|Build From Source (README.md)]] |
| Line 33: | Line 31: |
| * DeterministicSimulationBlocks (respective roles of initval, endval and histval) | |
| Line 35: | Line 34: |
| * BuildingPackages | |
| Line 45: | Line 43: |
| * TestSuite | |
| Line 54: | Line 53: |
| * [[NonLinearEstimation|Nonlinear estimation interface]] | |
| Line 72: | Line 72: |
| * [[Reporting|Reporting]] * [[Dmm|Dmm]] * ThirdOrderSimulationWithPruning * NonLinearSolver * [[Scenarios | Scenarios]] * [[EquationsTags | Equation Tags]] |
Contents
General information on Dynare
- Bugs and limitations
Dynare Documentation
Dynare Build and Installation
Dynare Development
General issues
DeterministicSimulationBlocks (respective roles of initval, endval and histval)
We are currently running two different (and complementary) projects to achieve parallelization of Dynare:
ParallelDynare: uses several MATLAB instances (possibly on several hosts) to parallel high-level tasks
UsingMultithreadedDlls: uses threads to parallel low-level tasks on multi-processor machines
Issues specific to a submodule of Dynare
- Estimation
- Interface to Markov Switching VAR code from Sims, Wagonner and Zha (SWZ)
Development procedures
Misc
ParallelComputing: Issues around parallel computing in Matlab