Page 1 of 1

How can I change the folder where Gams saves the result.gdx file?

Posted: Fri Sep 28, 2018 6:54 pm
by jan_gh
Hi guys,

I have the problem, that I don't know how to change the destination where the result.gdx file is saved. It loads the input.gdx right (same folder where the project is stored). But why does it saves the output.gdx wrong?

Best,
Jan

Re: How can I change the folder where Gams saves the result.gdx file?

Posted: Sat Sep 29, 2018 10:07 am
by bussieck
Hi depends how you instruct GAMS to create the GDX file. Most commands allow you to specify an absolute or relative path, e.g. execute_unload '..\gdxoutdir\output.gdx';.

-Michael