dynare4.4.3 + octave 4.0.0 + Xubuntu 16.04 LTS
Posted: Sat May 27, 2017 8:22 pm
I am using Xubuntu 16.04 LTS and installed dynare and octave to run some DSGE models, using "sudo apt-get install octave" and "sudo apt-get install dynare"
Unfortunately I am hitting an error immediately as I try to run the tutorial files here: http://www.dynare.org/documentation-and ... t/tutorial
When trying to run "example1.mod" I get an error.
Here is my entire octave session, with errors:
I've tried a few other examples with similar results.
I googled the error messages and found this post:
- "dynare4.4.3 + octave 4.0.1+ windows10:" viewtopic.php?f=1&t=8286
It refers to this issue on github, which appears to *just* have been closed earlier today: https://github.com/DynareTeam/dynare/issues/1113
Does this appear to be the same problem? If so, do we know when it might be fixed on Linux?
Thanks!
Unfortunately I am hitting an error immediately as I try to run the tutorial files here: http://www.dynare.org/documentation-and ... t/tutorial
When trying to run "example1.mod" I get an error.
Here is my entire octave session, with errors:
- Code: Select all
GNU Octave, version 4.0.0
Copyright (C) 2015 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.
Octave was configured for "x86_64-pc-linux-gnu".
Additional information about Octave is available at http://www.octave.org.
Please contribute if you find this software useful.
For more information, visit http://www.octave.org/get-involved.html
Read http://www.octave.org/bugs.html to learn how to submit bug reports.
For information about changes from previous versions, type 'news'.
>> dynare example1.mod
Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Local state space iteration (second order).
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.
[mex] Quasi Monte-Carlo sequence (Sobol).
[mex] Markov Switching SBVAR.
Starting Dynare (version 4.4.3).
Starting preprocessing of the model file ...
Found 6 equation(s).
Evaluating expressions...done
Computing static model derivatives:
- order 1
Computing dynamic model derivatives:
- order 1
- order 2
Processing outputs ...done
Preprocessing completed.
Starting MATLAB/Octave computing.
warning: delete: no such file: example1_static.mex
warning: called from
delete at line 47 column 9
erase_compiled_function at line 23 column 5
example1 at line 77 column 1
dynare at line 188 column 1
warning: delete: no such file: example1_dynamic.mex
error: 'trans_A' undefined near line 103 column 7
error: called from
linsolve at line 103 column 3
dyn_first_order_solver at line 264 column 18
stochastic_solvers at line 217 column 18
resol at line 137 column 14
stoch_simul at line 88 column 34
example1 at line 154 column 6
dynare at line 188 column 1
>>
I've tried a few other examples with similar results.
I googled the error messages and found this post:
- "dynare4.4.3 + octave 4.0.1+ windows10:" viewtopic.php?f=1&t=8286
It refers to this issue on github, which appears to *just* have been closed earlier today: https://github.com/DynareTeam/dynare/issues/1113
Does this appear to be the same problem? If so, do we know when it might be fixed on Linux?
Thanks!