|
Size: 949
Comment:
|
Size: 2928
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| ## page was renamed from TableOfContent ##acl MoinPagesEditorGroup:read,write,delete,revert All:read ##master-page:HelpTemplate ##master-date:Unknown-Date |
#acl DynareWriterGroup:read,write,delete,revert DynareTeamGroup:read,write,delete,revert,admin All:read |
| Line 7: | Line 4: |
| = Table of Contents = ##== ►Dynare Team Activities == ## * DynareVisitors ## * DynareMemberslist ## * DynarePlans ## * FutureDynareWorkshops ## * ForthcomingConferences ## * ForthcomingDynareMeetings == ►Dynare Development == |
<<TableOfContents>> = General information on Dynare = * NewFeatures * Bugs and limitations * [[KnownBugs|Known bugs in the current version]] * LargeModels * [[OddProblems| Odd problems]] * [[MatlabEigsBug| Problem with Matlab eigs() function]] * [[IrFs| How IRFs are computed]] * HOWTOS * HowtoLoops (obsolete. Use macro language in most cases) = Dynare Documentation = * UserGuide * [[DynareToolbox | Dynare M files]] = Dynare Build and Installation = * InstallOnDebianOrUbuntu * [[InstallOnMacOSX|InstallOnMacOSX]] * BuildingDynareFromSource * InstallationProblems * ConfigureMatlabWindowsForMexCompilation = Dynare Development = == General issues == * DesignIssues * [[OutputVariables| Output variables]] * [[WishList5.0|Wish list for Dynare version 5]] * IsolatedDynareFunctions * MexFilesOn64BitsArch * BuildingPackages * [[PersistentVariables| Using persistent variables in Matlab]] * MatlabVersionsCompatibility * OctaveCompatibility * 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 == * PreProcessor * [[KorderPert|korderpert]] * Estimation * EstimationModule * [[ReversibleJumpMCMC|ReversibleJumpMCMC]] * [[NewEstimation|New estimation interface]] * [[SubsamplesEstimation|Estimation over sub-samples (structural change)]] * [[BVAR_a_la_Sims]] * Interface to Markov Switching VAR code from Sims, Wagonner and Zha (SWZ) * MarkovSwitchingInterface * SbvarOptions * [[MSSbvarOptions|MSSbvarOptions]] * [[MSSbvarProblems|Problems with current implementation]] * [[example_swz|Example]] * [[ModifyingSWZ|ModifyingSWZ]] * PartialInformation * PortfolioModels * [[GlobalVariableBD|Block decomposition: Global variables]] * [[ByteCode|Bytecode internals description]] * OrderTwo * [[BreakingDr1| Breaking up dr1.m]] * [[RemovingTrends| Automatical removing of trends]] * FastDeterministicSimulationAndSteadyStateComputation * NonLinearFilters == Development procedures == * CommitChecklist |
| Line 17: | Line 80: |
| * PreProcessor * ["BVAR a la Sims"] == ►Dynare Build and Installation == * BuildingGensylvMexglx * BuildSystemTodoList ##== ►Hal Workstation == ## * DynareStatus ## * MatlabInstallation ## * HowtoRemotelyRunMatlab ## * SshKeysHowto ## * HowToCopyFromToWorkstation ## * WorkstationMaintenance == ►Dynare Documentation == * DocumentationHome * UserGuideFeedback == ►Misc == |
* GitHowto * GitDailyWorkFlow * GitCommonProblems * CodeSprints = Misc = * DynarePython * ParallelMonteCarloMarkovChain * ParallelComputing: Issues around parallel computing in Matlab |
| Line 34: | Line 90: |
| ## * ["Seminars"] * ParallelMonteCarloMarkovChain ##== ►Data == ## * EuroData |
* StochasticSteadyState * MeeTing * TabCompletionHack <<Include(TableOfContents/Private)>> |
Contents
General information on Dynare
- Bugs and limitations
- HOWTOS
HowtoLoops (obsolete. Use macro language in most cases)
Dynare Documentation
Dynare Build and Installation
Dynare Development
General issues
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