Sometimes it runs, sometimes it doesn't
Posted: Tue Jul 07, 2015 8:26 pm
Dear everybody,
I am a beginner and struggeling at the moment with the following problem:
Sometimes my code runs and sometimes it doesn't, sometimes it gets only through the half of the iterations required before it crashes.
At all times I get the same answer:
Processing outputs ...ERROR: Can't open file Paper_bank_run_DSGE_set_auxiliary_variables.m for writing
Error using dynare (line 174)
DYNARE: preprocessing failed
Error in Paper_bank_run (line 189)
dynare Paper_bank_run_DSGE noclearall
The problem lies within the second half (unanticipated run) of the matlab file, the first one works just fine (at least it seems that way). The second one calls the paper_bank_run_DSGE.mod file as part of its iteration process and that's where the 'fun' begins.
I would appreciate any suggestions! Thanks a lot in advance.
I am a beginner and struggeling at the moment with the following problem:
Sometimes my code runs and sometimes it doesn't, sometimes it gets only through the half of the iterations required before it crashes.
At all times I get the same answer:
Processing outputs ...ERROR: Can't open file Paper_bank_run_DSGE_set_auxiliary_variables.m for writing
Error using dynare (line 174)
DYNARE: preprocessing failed
Error in Paper_bank_run (line 189)
dynare Paper_bank_run_DSGE noclearall
The problem lies within the second half (unanticipated run) of the matlab file, the first one works just fine (at least it seems that way). The second one calls the paper_bank_run_DSGE.mod file as part of its iteration process and that's where the 'fun' begins.
I would appreciate any suggestions! Thanks a lot in advance.