Differences between revisions 118 and 124 (spanning 6 versions)
Revision 118 as of 2011-05-30 13:26:34
Size: 2726
Comment:
Revision 124 as of 2011-09-12 18:46:50
Size: 2918
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
= Dynare version 4 = = General information on Dynare =
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 42: Line 63:
   * MarkovSwitchingOptions
   * MarkovSwitchingOptionsForNewCode
   * Example
   * SbvarOptions
   * [[MSSbvarOptions|MSSbvarOptions]]
   * [[MSSbvarProblems|Problems with current implementation]]
   * [[example_swz|Example]]
Line 48: Line 70:
 * Roadmap:
   * FutureMilestones
   * DynareDeadlines
   * [[WishList5.0|Wish list for Dynare version 5]]
   * WishList (old)
 * IsolatedDynareFunctions
 * MexFilesOn64BitsArch
 * DocumentationTools
 * BuildingPackages
Line 62: Line 75:
 * [[PersistentVariables| Using persistent variables in Matlab]]
 * MatlabVersionsCompatibility
Line 65: Line 76:
 * NonLinearFilters

== Development procedures ==

 * CommitChecklist
 * CodingStandards
Line 68: Line 85:
 * 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

General information on Dynare

Dynare Documentation

Dynare Build and Installation

Dynare Development

General issues

Issues specific to a submodule of Dynare

Development procedures

Misc

DynareWiki: TableOfContents (last edited 2023-06-30 12:03:13 by SébastienVillemot)