Warning messages in Dynare 4.4.3 output
Posted:
Fri Aug 19, 2016 7:32 am
by dchung
As I execute Dynare 4.4.3 on Matlab 2016a, I get warning messages in the output.
I attach the output of example1.mod included in the Dynare program.
Are they innocuous and safe to ignore?
Re: Warning messages in Dynare 4.4.3 output
Posted:
Fri Aug 19, 2016 7:57 am
by jpfeifer
The first warning messages are due to Matlab's new JIT compiler, see
http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=7382. They can be safely ignored. To suppress them, you could use the
- Code: Select all
noclearall
command line option. The second one about the graphics I haven't seen before. It might be a problem on your machine with plotting. Does it always appear?
Re: Warning messages in Dynare 4.4.3 output
Posted:
Fri Aug 19, 2016 9:56 am
by dchung
Thanks for your quick reply.
Your suggestion of "noclearall" command solved the first problem,
and upgrade of my graphics card driver as suggested in the Matlab message
solved the second problem.