|
Size: 2733
Comment:
|
Size: 2842
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 31: | Line 31: |
| * CodingStandards | == General issues == |
| Line 33: | Line 35: |
| * [[OutputVariables| Output variables]] * Roadmap: * FutureMilestones * DynareDeadlines * [[WishList5.0|Wish list for Dynare version 5]] * WishList (old) * IsolatedDynareFunctions * MexFilesOn64BitsArch * BuildingPackages * [[PersistentVariables| Using persistent variables in Matlab]] * MatlabVersionsCompatibility * AuxiliaryVariables * [[FixingRandomseed| Fixing random seed]] * 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 * ReferenceManual == Issues specific to a submodule of Dynare == |
|
| Line 34: | Line 56: |
| * [[OutputVariables| Output variables]] | |
| Line 48: | Line 69: |
| * Roadmap: * FutureMilestones * DynareDeadlines * [[WishList5.0|Wish list for Dynare version 5]] * WishList (old) * IsolatedDynareFunctions * MexFilesOn64BitsArch * DocumentationTools * BuildingPackages |
|
| Line 62: | Line 74: |
| * [[PersistentVariables| Using persistent variables in Matlab]] * MatlabVersionsCompatibility |
|
| Line 65: | Line 75: |
| * NonLinearFilters == Development procedures == * CommitChecklist * CodingStandards |
|
| Line 68: | Line 84: |
| * AuxiliaryVariables * [[FixingRandomseed| Fixing random seed]] * NonLinearFilters * 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 * ReferenceManual |
Contents
Dynare version 4
- Bugs and limitations
- HOWTOS
HowtoLoops (obsolete. Use macro language in most cases)
Dynare Documentation
Dynare Build and Installation
Dynare Development
General issues
- Roadmap:
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
- Interface to Markov Switching VAR code from Sims, Wagonner and Zha (SWZ)
Development procedures
Misc
ParallelComputing: Issues around parallel computing in Matlab