After installing GAMS one of the first things to do is to change one of its more obscure options:
Without this you get the convenient default where error messages are not shown where the errors are. Like in:
3570 export.up(g,ce) = explimit(g,ce) ; |
The actual error messages are found near the bottom of the listing file. With ERRMSG=1 we get a more reasonable behavior:
3570 export.up(g,ce) = explimit(g,ce) ; |
No comments:
Post a Comment