matlab
Posted: Thu Oct 29, 2009 2:20 am
I would like to run dynare on a remote machine which is running matlab. How can I run this from the command line?
I have tried the following:
and get
dynare is in the matlab path, however.
I also tried
and the output is:
Any advice? I would really like to log out of the machine and let the program run in the background. Is there a better/feasible way to do this?
I have tried the following:
- Code: Select all
matlab -nodesktop < dynare ramsey.mod >! outfile &
and get
bash: dynare: No such file or directory
dynare is in the matlab path, however.
I also tried
- Code: Select all
matlab -nodesktop < /usr/share/dynare/matlab/dynare.m ramsey.mod >! outfile &
and the output is:
Configuring Dynare ...
[mex] Generalized QZ.
[m] Sylvester equation solution.
[m] Kronecker products.
[m] Sparse kronecker products.
>> >> ??? DYNARE: you must provide the name of the MOD file in argument
Any advice? I would really like to log out of the machine and let the program run in the background. Is there a better/feasible way to do this?