[Gretl-users] problem with simulation loop times
Riccardo (Jack) Lucchetti
r.lucchetti at univpm.it
Sun Feb 10 06:38:56 EST 2008
On Sun, 10 Feb 2008, Sven Schreiber wrote:
> Hi gretl-listers,
>
> I have a problem with running times of a simulation of mine.
Hmm. Interesting. Could you please post a simplified version of the
script that exposes the problem?
> One guess is that the huge script text output may be responsible for part of
> the problem -- here it would help if a VECM could be estimated without any
> output, as I was suggesting in a previous email (vecm with the --silent
> option).
On linux, you have a poor man's version of the --quiet switch, that is
redirecting output to /dev/null, as in
outfile "/dev/null" --write
vecm 2 3 1 2 3
outfile "/dev/null" --close
I don't know if anything similar exists on Windows.
Riccardo (Jack) Lucchetti
Dipartimento di Economia
Università Politecnica delle Marche
r.lucchetti at univpm.it
http://www.econ.univpm.it/lucchetti
More information about the Gretl-users
mailing list