|
Size: 2870
Comment:
|
Size: 3194
Comment: Move from github to gitlab
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 13: | Line 13: |
| * [[MonteCarloOptimization|mode_compute=6]] | |
| Line 21: | Line 22: |
| * [[https://github.com/DynareTeam/dynare/blob/master/README.md|Build From Source (README.md)]] | * [[https://git.dynare.org/Dynare/dynare/blob/master/README.md|Build From Source (README.md)]] |
| Line 31: | Line 32: |
| * DeterministicSimulationBlocks (respective roles of initval, endval and histval) | |
| Line 33: | Line 35: |
| * BuildingPackages | |
| Line 43: | Line 44: |
| * TestSuite | |
| Line 52: | Line 54: |
| * [[NonLinearEstimation|Nonlinear estimation interface]] | |
| Line 71: | Line 74: |
| * [[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