Differences between revisions 113 and 121 (spanning 8 versions)
Revision 113 as of 2011-03-02 10:43:24
Size: 2539
Comment:
Revision 121 as of 2011-08-17 10:25:25
Size: 2842
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
 * [[GsaInstallation|Installation of JRC Global Sensitivity Toolbox]]
Line 30: Line 31:
 * CodingStandards
== General issues ==
Line 32: 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 33: Line 56:
 * [[OutputVariables| Output variables]]
Line 41: Line 63:
   * MarkovSwitchingOptions
   * MarkovSwitchingOptionsForNewCode
   * SbvarOptions
   * [[MSSbvarOptions|MSSbvarOptions]]
   * [[example_swz|Example]]
Line 46: Line 69:
 * Roadmap:
   * FutureMilestones
   * WishList
   * DynareDeadlines
 * IsolatedDynareFunctions
 * MexFilesOn64BitsArch
 * DocumentationTools
 * BuildingPackages
Line 59: Line 74:
 * [[PersistentVariables| Using persistent variables in Matlab]]
 * MatlabVersionsCompatibility
Line 62: Line 75:
 * NonLinearFilters

== Development procedures ==

 * CommitChecklist
 * CodingStandards
Line 65: 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
Line 79: Line 92:
 * TabCompletionHack

Dynare version 4

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)