I am using Dynare for an impulse response matching exercise. This requires running Dynare many times over for different parameter configurations in quick succession.
I know how to suppress all Dynare output related to the solution of the model, but is there a way to suppress the several lines of text it produces when you first call Dynare? You know, this part:
Starting Dynare (version 4.2.1).
Starting preprocessing of the model file ...
Found 13 equation(s).
Evaluating expressions...done
Computing static model derivatives:
- order 1
Computing dynamic model derivatives:
- order 1
Processing outputs ...done
Preprocessing completed.
Starting MATLAB/Octave computing.
I think eliminating this would speed up the exercise.
Thanks.