Differences between revisions 1 and 2
Revision 1 as of 2008-12-28 17:31:19
Size: 1367
Comment:
Revision 2 as of 2009-03-25 17:12:10
Size: 1367
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

korderpert

This is a project meant to bring korder approximation to Dynare, using the numerical code developed for dynare++ by Ondra Kamenik. The code (not yet working) is in mex/source/korderpert

Current issues

  • the Makefiles in Dyn_pp can't build dynarelib.a correctly when .cweb and .hweb are absent.

  • Contrarily to what I thought earlier, it is probably better to build dynarelib.a directly from dynare++ SVN archive and make necessary additions there.

  • I have started to use a Makefile.include that keeps in a single file all the options that need to be changed from one architecture to the next both for dynare++ and korderpert. In particular, in Linux, it is necessary to recompile all objects with -fPIC option if one wants to use them in dynamic libraries. This isn't checked in SVN yet.

  • In order to make function Dynamic in <filename>_dynamic.xxx} mex files globally available, it is necessary to change the EXPORT map file (version script for GCC). I don't know yet if it is possible to constrain the {{{mex program to use a different EXPORT map file or if the preprocessor should compile manually the loadable libraries.

DynareWiki: KorderPert (last edited 2009-03-25 17:12:10 by localhost)